Question
Hi, I see something that looks like a bug in CubeIDE 1.10.1
Hi,
In gpio.c file the order of operations is first writing to a pin/port and after that defining the pin.
All MCU pins are defined to input low by default. So writing GPIO_PIN_SET to a pin that is input before we set it to be an output PP seems like a bug or rendering order.
Any ideas ?
BR,
Noam.