Question
Store data in internal flash without erasing whole page
Hi, I would like to know method and sample code storing data without erasing whole memory page. I do refer example FLASH_EraseProgram, but i have wrote program that almost finish up the flash memory, if i erase a page, a 2KB page, it will erase my code map, and cause the program hardfault, the MCU i use is STM32C0 with 16KB flash. So, may i have some info to solve it? Thanks.
