Page 14 of this STM32F7 architecture overview document shows memory addresses for:
- FLASH-ITCM (unkown size on the F730 I'm using)
- DTCM-RAM (64KB)
- ITCM-RAM (16KB)
What is the difference between these? A lot of examples show data going into DTCM. Where are things like a stack or critical function best suited?
Is there any benefit to using the flash ITCM interface over the ART accelerator?