energia / msp430-lg-core

15 stars 12 forks source link

Debug UART on FR2355 is mapped to wrong channel #76

Closed StefanSch closed 5 years ago

StefanSch commented 5 years ago

Check for the below lines the pins_energia.h file for the FR2355 and update the values assigned there: static const uint8_t DEBUG_UARTRXD = 42; / Receive Data (RXD) at P4.2 / static const uint8_t DEBUG_UARTTXD = 41; / Transmit Data (TXD) at P4.3 /

define DEBUG_UART_MODULE_OFFSET 0x80

StefanSch commented 5 years ago

merged