2019-06-17 03:01 PM
Hi! I'm wondering if anyone knows how to use the 64k of embedded flash on an STM32F730. The Discovery kit examples and the cube are all configured for external flash and linked at start address 0x900000000 . None of the on-chip flash options make any sense (AXI, TCM). I've tried them with the linked start address at 0x8000000
Can the flash programming algorithms be managed?
(options -> utilities -> settings -> cortex - m target driver setup flash download)
2019-06-17 04:13 PM
You'd set the IROM1 address for the 0x08000000..0x0800FFFF range
Pick the F7 512KB FLASH algorithm, this is the same die as the F722 device
>>None of the on-chip flash options make any sense (AXI, TCM)
Two views of the same memory, there should be a busing diagram in the manual