ots-m2m / sew-lwm2m-reference-design

A reference implementation of the South East Water LWM2M water meter design
Mozilla Public License 2.0
7 stars 0 forks source link

log read char in failed #3

Closed mofosyne closed 7 years ago

mofosyne commented 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

mofosyne commented 7 years ago

Answer: Disable hardware flow control