Loading...
 
Skip to main content

System Workbench for STM32


Moving ISRs to ITCM RAM

France

Hi,

There is a typo in the original post: the attribute used for placing functions in ITCM must be attribute((.itcm_text)), not .itcm_ram. This may explain why the .itcm_text section is empty...

Bernard (Ac6)