Resolved! [STM32F405] flash strange behaviour
Hello all,I'm trying to lock the flash in level 1 mode. To do so, I'm using the provided ST APIs. In particular, I'm doing: FLASH_Unlock(); // unlock flash to deal with it FLASH_OB_Unlock(); // unlock option byte to deal with it if(FLASH_OB_GetRDP...