cancel
Showing results for 
Search instead for 
Did you mean: 

Moving variable into ITCM-RAM STM32H7 Series

PGuru.1
Associate

I want to move some of application variables to ITC-RAM. What are the changes to be done in linker and startup script?. Thanks in advance.

This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Nikita91
Lead II

I use these files. A start point for your own files

TDK
Super User

Note that ITCM is meant for instructions (code), not data. The DTCM is meant for data. Not sure if there are restrictions/drawbacks against storing data in ITCM.

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