Closed mofosyne closed 7 years ago
Clue:
__attribute__((interrupt(USCI_A0_VECTOR))) void rx_a0_isr(void) { extern int log_write_console_char(const char c); log_write_console_char('x'); rx_isr(UCA0); }
Btw... where is the dev board documentation. I should check the uart pin connection
Answer: Disable hardware flow control
Clue:
Btw... where is the dev board documentation. I should check the uart pin connection