STM32G070KB with RDP set to level 1 with J-Flash kills the device.
Hi!Can someone explain to me why this code:// Is FLASH_CR register locked for writing? if (FLASH->CR & FLASH_CR_LOCK) { // Unlocking FLASH_CR register FLASH->KEYR = KEY1; FLASH->KEYR = KEY2; } // Unlocking FLASH option register if (FLASH->CR & F...