STM32F7: How to place selected modules' code to ITCM along with their readonly (const) data (IAR)?
Hi,I want to place parts of code in ITCM (using IAR). The manual (IAR ARM Development Guide), as I could find, has instructions only for general case when you put all the code in RAM. But my app does not fit in ITCM, so I need a way to specify which ...