Class used to drive the IS42S16400J SDRAM memory mounted on STM32F429I-Discovery board.

Dependents:   DISCO-F429ZI_Gauge DISCO-F429ZI_SDRAM_demo WIRE-BANDING_FT810 WIRE-BANDING_copy

Revision:
1:d0070c48e1b9
Parent:
0:0a443e2fe92c
--- a/SDRAM_DISCO_F429ZI.h	Tue Jan 05 16:37:32 2016 +0000
+++ b/SDRAM_DISCO_F429ZI.h	Wed May 17 12:53:57 2017 +0200
@@ -117,7 +117,7 @@
       * @param  SdramCmd: Pointer to SDRAM command structure
       * @retval HAL status
       */
-    HAL_StatusTypeDef Sendcmd(FMC_SDRAM_CommandTypeDef *SdramCmd);
+    uint8_t Sendcmd(FMC_SDRAM_CommandTypeDef *SdramCmd);
 
 private: