Solved
How to R/W to internal flash memory without HAL library in a STM32L071CB MCU
Hello, does anybody know how to read/write to internal flash memory in a STM32L071CB MCU using low level or any other method without having to use the HAL library ?
Hello, does anybody know how to read/write to internal flash memory in a STM32L071CB MCU using low level or any other method without having to use the HAL library ?
To read, you just... well... read it. In C, use a pointer with suitable type and value.
To write, read Writing/erasing the NVM subchapter of FLASH chapter in RM.
Note, that the erased state of 'L0 FLASH is 0.
JW
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.