cancel
Showing results for 
Search instead for 
Did you mean: 

Using the embedded flash with Keil on STM32F730

mike_360
Associate

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)

1 REPLY 1

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

0690X000008iqNGQAY.jpg

>>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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..