Question
External SRAM with STM32L496
Posted on November 17, 2017 at 23:06
Hello,
I am trying to find examples of code where the external SRAM is mapped using the linker file. I saw an example of it being done here (
https://community.st.com/0D50X00009XkfB3SAJ
). However, all the uses of the SRAM eg.[the HAL_SRAM_Write_32b() function] in the example code make use of locking. If anyone has examples of using external RAM as general purpose RAM it would be greatly appreciated.FYI this is being done on the STM32L496G-DISCO board
null