STM32F412 GPIOx_LCKR->LCKy bits written although RM says they are not supposed to
Hello, I'm using STM32F412VG microcontroller and I'm evaluating GPIO locking feature. Here is a code snippet with my test: GPIO_InitTypeDef gpio; RCC_AHB1PeriphClockCmd( RCC_AHB1Periph_GPIOD, ENABLE); GPIO_StructInit(&gpio); gpio.GPIO_Mo...