problems adding support for Nucleo-L4P5 #1521
|
Hi, Seems that there is more to the Nucleo-implemantation that needs to be done to have the generic variant work... What am I missing? |
Replies: 1 comment 1 reply
If you use the generic with the Nucleo then you have to redefine the default Serial pin. While generic define them as: To change them you can use the |
If you use the generic with the Nucleo then you have to redefine the default Serial pin.
As default Serial for Nucleo L4R5 are:
Arduino_Core_STM32/variants/STM32L4xx/L4R5Z(G-I)T_L4R7ZIT_L4S5ZIT_L4S7ZIT/variant_NUCLEO_L4R5ZI.h
Lines 218 to 229 in 6479b8a
While generic define …