Thanks.I'm using the Nucleo-F103RB board and generating code with CubeMX. I noticed something odd when trying to toggle the on-board LED (LD2).The following works perfectly to toggle LD2:HAL_GPIO_TogglePin(LD2_GPIO_Port, LD2_Pin);However, this doesn'...