How to edit multiple FLASH pages using the STM32C0
Hello.
I am using STM32C0 to do FLASH writing, I want to use 4 pages from page12~15 to do FLASH writing because the data I want to write in FLASH is not enough for 1 page.
Currently
(1) FLASH unlocking
(2)page12 flash erase
(3) page12 FLASH write
------------------------------------
(4) page13 flash erase
When I design a program in this order, if I only write (1) to (3), it can write to page12 normally, but if I write (1) to (4), writing to page12 does not work either.
Is it possible to write to multiple pages in one program? Also, when editing multiple pages, in what order should I perform flash unlock, erase, and write?
Best regards,
