Files at this revision

API Documentation at this revision

Comitter:
misha83
Date:
Thu Jan 27 13:12:36 2022 +0000
Parent:
4:27609b3a44ed
Commit message:
test rtos

Changed in this revision

Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c Show annotated file Show diff for this revision Revisions of this file
diff -r 27609b3a44ed -r 6a046465dd1d Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c
--- a/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c	Wed Jun 09 12:45:23 2021 +0000
+++ b/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c	Thu Jan 27 13:12:36 2022 +0000
@@ -236,8 +236,8 @@
   /* Step 2: Insert 100 us minimum delay */
   /* Inserted delay is equal to 1 ms due to systick time base unit (ms) */
   //HAL_Delay(1);
+  thread_sleep_for(1);
   //wait_ms(1);
-  thread_sleep_for(1);
 
   /* Step 3: Configure a PALL (precharge all) command */
   Command.CommandMode            = FMC_SDRAM_CMD_PALL;