cancel
Showing results for 
Search instead for 
Did you mean: 

Flash read write example for STM32L4S5.

GSmit.3
Associate II

Anyone know of a Flash read write example for STM32L4S5.

Thanks

2 REPLIES 2

Should read out using any memory access to the 0x08000000 region, perhaps try a pointer, dumping, or memcpy() ?

Isn't an STM32L4S an L4R with HASH/CRYP unit?

STM32Cube_FW_L4_V1.16.0\Projects\NUCLEO-L4R5ZI\Examples\FLASH\FLASH_EraseProgram

STM32Cube_FW_L4_V1.16.0\Projects\STM32L4R9I-EVAL\Examples\FLASH\FLASH_FastProgram

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

Sorry maybe i'm being dumb, memeory read I get, but dont I have to do erase re-write. or is that magicly handed somewhere in the lower layers

Thanks