I own a NUCLEO-F429ZI board, and here and here I found the pins' map.
I wonder how to use all those PWM pins in my Arduino project. Should I use exactly those names? I.e.: pinMode(PA_2_ALT0, OUTPUT);
.
I own a NUCLEO-F429ZI board, and here and here I found the pins' map.
I wonder how to use all those PWM pins in my Arduino project. Should I use exactly those names? I.e.: pinMode(PA_2_ALT0, OUTPUT);
.