QUERY · ISSUE
Sparkfun Micromod UART
bug
mpconfigboard.h for Sparkfun's micromod has the incorrect UART pin definitions. The current version is using A2 and A3, but on the micromod board these pins are pulled to ground. The pins should be A9 and A10.
CANDIDATE · ISSUE
Nucleo F429ZI UART
port-stm32
I need to change uart pins in firmware. After rewrite in the mpconfigboard.h, rebuild the firmware and call the uart the response is uart 2 doesn't exist. What I have to change to it works?
Thanks for your responses.