Posted on October 19, 2015 at 10:38Hi, I would like to make sure that an active low signal is inactive when I call GPIO_Init(). My first idea is to set the ODR register via BRR/BSRR, i.e. with the GPIO_WriteBit() call before I call GPIO_Init(). Wil...