Resolved! Moving Function from flash to ITCM cause hard fault on sTM32H743
Hi,I am following the guide lines to move some functions from flash to ITCM .1st I modified the linker file , then add itcm section parameters as extern variables in main file and after that I copied this function code after start up from flash to i...