User Activity

Hi,Probably a dump question but wanted to make sure I got it right.On a STM32 MCU, lets sayPB0/PB1 (scl/sda) have AF4 as I2C1PB5/PB6 (scl/sda) have AF4 as I2C1If I configure all PB0/PB1/PB5/PB6 to use AF4 as I2C1,Enabling/reading/writing on I2C1 work...
Hi,On a STM32 F7, I would like to lock access to the FLASH_CR by writing a wrong key to the FLASH_KEYR register. Writing a wrong key results in a bus fault (disabling the bus fault raises it to a hard fault).Could someone help me with a way to write ...