NUCLEO-F207ZG Green LED
Hello,
default application on NUCLEO-F207ZG, works correctly. Pushing user button led1, led2 and led3 blinks at different speed.
Programming the board only Led2 and Led3 works as expected, while Led1 (the green one) does not flash/blink/lamp at all.
I'm using default configuration from CUBEMX, that produces:
#define LD1_Pin GPIO_PIN_9
#define LD1_GPIO_Port GPIOC
#define LD2_Pin GPIO_PIN_7
#define LD2_GPIO_Port GPIOB
#define LD3_Pin GPIO_PIN_14
#define LD3_GPIO_Port GPIOB
May it be that LD1 is on different PIN and cubemx is wrong?
But which pin?