Question
How do I set the user_configuration especially nBOOT_SEL, nBOOT1, nBOOT0 with the I2C protocol used in the STM32 bootloader?
I tried to set the option byte via write memory command using the address: 0x1FFF7800, but it don't work it always returns a NACK. If I try to read from this address no problem occurs.
I also tried to read FLASH_CR (0x4002 2014) and to write FLASH_KEYR (0x4002 2008 ) but with no success.
Is it even possible to set nBOOT_SEL, nBOOT1, nBOOT0 via bootloader I2C protocol??
