Question
How to enable the ART accelerator on STM32F76x processors?
I'm wondering if the following is correct for using the ART flash accelerator on the STM32F7 line:
- Change linker script to use the ITCM instead of the AXIM bus for FLASH memory.
- In the startup code, enable the ART accelerator by setting the ARTEN bit of the FLASH_CR register.
- Do I need to do anything to the Flash Latency Registers or should I keep it at the recommended level for my processor clock/voltage (6ws for 200mhz @ 3.3v)
We don't program the flash from application, so is it best to use ITCM with ART or AXIM and enable caching?
