Question
Problem using the internal Flash using P-NUCLEO-WB55
Hi,
I'm using the example FLASH_WriteProtection with P-NUCLEO-WB55 with success but if I change the define FLASH_USER_START_ADDR in order to write only two (so I change the define FLASH_USER_END_ADDR in 'ADDR_FLASH_PAGE_250 + FLASH_PAGE_SIZE - 1') page from the PAGE_230 (adddress: 0x080E6000) I've a hard fault after I call HAL_FLASHEx_Erase.
I want to delete and after write on this location because in my application I need to store at the end of flash some application data. What's the problem?
regards,
Giampietro
