STM32F7 ITCM
Hi,
I have a question referent FLASH-ITCM, can i put code on this region from the RAM?
Let me to explain: in a STM32F7406 there is 2 memories flash, one ITCM and other AXI, in AXI put the normal code to process but i need to more space to save a data, these data don't change anymore, but i need maybe 900 Kbyte and I can't use the AXI region because my code have almost 500 Kbyte for this reason i want to use the ITCM region.
How i can write this region using the HAL?
I try to use these function:
"Flash_If_Init()"
"Flash_If_Write(Buff, FLASHAXI_BASE, len)"
from the HAL library but always i got hard fault.
Thanks and Best Regards.