NUCLEO-G491RE Break at address "0xfffffffe" during FLASH erase
Hello everybody,
I'm having big troubles attempting to erase flash memory of my NUCLEO-G491RE. The message I'm getting after calling "HAL_FLASHEx_Erase" function is "Break at address "0xfffffffe" with no debug information available, or outside of program code".
If I debug and execute code from NUCLEO-G431 everything goes fine and I'm able to erase and write flash, if I copy-paste the same exact code on a project generated by the same .ioc file I get stuck to that message and the FLASH is not erased.
