cancel
Showing results for 
Search instead for 
Did you mean: 

Hi everyone ! Can you tell me please how to show memory regions of sdram in STM32CubeIDE thank you

Lviet.1
Associate II

4 REPLIES 4
Lviet.1
Associate II

0693W000001qAFdQAM.png

Add it too the linker script (.LD) as a named section

Would be 0xC0000000 or 0xD0000000 depending on the bank

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thank you! I did it, but why used 0B can you help me0693W000001qBk8QAE.png

TDK
Guru

> why used 0B

Are you storing any variables in there that the linker knows about? If not, it'll show as 0 bytes used.

If you feel a post has answered your question, please click "Accept as Solution".