Resolved! Broken device through optoin bytes
Hello, I am currently fiddling around with a STM32G491 in bare metal. I wanted to test the write protection. So I executed following code FLASH->KEYR = FLASH_KEY1; FLASH->KEYR = FLASH_KEY2; while(FLASH->CR&bit31); // wait for unlock...