cancel
Showing results for 
Search instead for 
Did you mean: 

External SRAM with STM32L496

chris puglia
Associate
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
1 REPLY 1
Posted on November 24, 2017 at 15:24

Hello Chris, did you able to success with external SRAM access?