Resolved! STM32G0 erasing bank2
I am using a stm32g0b1ret with stm32cubemx package 1.6.1 .The symptoms are:On deletion of pages I receive a signal 0 in the debugger, but the pages do get erased eventually. (I use HAL_FLASHEx_Erase)On the first flash write I get an error with goes t...