stm32h745 calls to itcm code crash when called from freertos task.
In the flash.ld file:/* Memories definition */MEMORY{... ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K}SECTIONS{....... .itcm : { . = ALIGN(4); *(.itcmram) /* .section_name section */ . = ALIGN(4); } >ITCM_RAM AT> FLASHthe function:int __a...