cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32f4 Read Flash

oli
Associate II
Posted on July 06, 2015 at 12:31

I'm using the STM32F4-Discovery_FW_V1.1.0.

I could find drivers to write the microcontroller flash.

But now I Need to read the data back out of the ROM.

Are there any drivers which offer such a function?

#stm32-flash-read
2 REPLIES 2
Posted on July 06, 2015 at 12:45

You don't need any driver to do that - the FLASH is memoy-mapped, you can read from it in the same way as you read from RAM.

JW
oli
Associate II
Posted on July 06, 2015 at 14:27

Thanks a lot!