Could you make new VARIANT for NUCLEO F410RB?fpiSTM wrote: Sat Dec 11, 2021 6:23 amNo. Pin mapping is just a way to sort pins in a dedicated order. As stated you have to set the good LED pin in the example simply replace LED_BUILTIN in the blind example by the correct pin PYn.problem is that MCU pin mapping to the BOARD pins in NUCLEO is different from Generic boards, so even Blink does not work.
Because all this manual pin mapping is just a brainf*ck.
I (and all other people who have NUCLEO F410RB) can not change ARDUINO pins (i.e. D1, D2, A3, A4)
each time in the existing source code from other examples to original STM's pins such as PA1, PB3, PC5
As I already said - I'm not a programmer, I'm engineer who designing a hardware side and for testing purposes
use ready-to-use code examples, so I don't know how to write such complex stuff as new variant for the board.