STM32F469NI Discovery board drivers

Dependents:   DISCO-F469NI_LCDTS_GUI_demo Configurable_Robots DISCO-F469NI_LCD_demo DISCO-F469NI_SD_demo ... more

Revision:
4:27609b3a44ed
Parent:
3:3cdfcc4f7c9d
--- a/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c	Wed Feb 28 13:17:15 2018 +0100
+++ b/Drivers/BSP/STM32469I-Discovery/stm32469i_discovery_sdram.c	Wed Jun 09 12:45:23 2021 +0000
@@ -236,7 +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);
-  wait_ms(1);
+  //wait_ms(1);
+  thread_sleep_for(1);
 
   /* Step 3: Configure a PALL (precharge all) command */
   Command.CommandMode            = FMC_SDRAM_CMD_PALL;