You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the debug UART is not initialised by a Serial instance,
init it at 9600 (8N1) by default.
Those values could be redefined in the variant.h
DEBUG_UART could be redefined to print on another instance than 'Serial'
#define DEBUG_UART ((USART_TypeDef *) U(S)ARTX) // ex: USART3
DEBUG_UART baudrate, default: 9600 if not defined
#define DEBUG_UART_BAUDRATE 115200
DEBUG_UART Tx pin name, default: the first one found in PinMap_UART_TX for DEBUG_UART
#define DEBUG_PINNAME_TX PX_n // PinName used for TX
Signed-off-by: Frederic.Pillon <[email protected]>
0 commit comments