Hello all
I use actually the MSP430FR5994 Launchpad.
I can not output characters with Serial1 on the P6_0 TXD Output.
I have debugged the driver and i think the "#define AUX_UART_MODULE_OFFSET 0x60" in \variants\MSP-EXP430FR5994LP\pins_energia.h must be changed to :
#define AUX_UART_MODULE_OFFSET 0x20
With this change :
I have debugged with a scope and P1_0 output as trigger the uart interrupt routine for Serial1 on EUSCI_A1 internal eUSCI , and all characters are transmitted, but nothing on P6_0 which is always High.
has Serial1 been tested?
it wou