Hi all,i have an issue with an STM32-H7A3, which is going into hard fault, when calling a function, which is moved to the ITCM-RAM.I have defined a section for ITCM-RAM in the Linker-Script: _siitcmram = LOADADDR(.itcmram); /* size of ITCM-RAM */
....