00025/**@addtogroupSTM32F10x_StdPeriph_Examples 00026*@{ 00027*/ 00028 00029/**@addtogroupFLASH_Write_Protection 00030*@{ 00031*/ 00032 00033/*Privatetypedef---*/ 00034typedefenum{FAILED=0,PASSED=!FAILED}TestStatus; 00035 00036/*Privatedefine---*/ 00037/*DefinetheSTM32F10xFLASHPageSizedep...
stm32h7_flash_lock() stm32h7_flash_unlock() stm32h7_flash_writeprotect() Impact Additional flash features available to H7 boards. Testing Built configuration
I am using STM32F411CE which has a memory capacity of 512KB. The flash memory is organized into pages/sectors as given in the datasheet (image below). Unfortunately, their (ST) terminology flash and sectors are kind of confusing, but they got to be treated the same. They are the same...
Remove dead code. The write instruction is set based on dev_data->write_opcode a couple of lines later. Sorry, this was supposed to be in the merged #73840.
The FlashStorage_STM32 library, inspired byCristian Maglie's FlashStorage, provides a convenient way to store and retrieve user's data using emulated-EEPROM, from the non-volatile flash memory of STM32F/L/H/G/WB/MP1. The flash memory, generally used to store the firmware code, can also...
The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. It's using the buffered read and write to minimize the access to Flash. It now supports writing