2020-08-01 12:16 AM
Hello, I am using STM32F746 discovery board and trying to store data at external SDRAM but seems like data is not getting stored. I generated driver code using CUBEMX. When I tried checking example code , Found SRAM is getting initialized with "HAL_SDRAM_Init" but "BSP_SDRAM_Initialization_Sequence" function is not generated by CUBEMX, Not sure if we need this to store data.
Please suggestion. Attaching my project for reference.
Thanks
2020-08-01 01:18 AM
Any external chip need perfectly config and startup . This parts CubeMX not generate. You need add some lines to user parts simply copy from BSP projects.