Hello.
I've recently accquired and EZ430-RF2560 kit and I'm having some trouble using Windows hyperterminal to send/receive characters.
I'm using the software downloaded from (http://focus.ti.com/docs/toolsw/folders/print/mt-bt-sdk.html) and I noticed it has already implemented the UART initialization as well as UART interrupts (as it can be seen in hal_usb.c file).
When I open the Hyperterminal, I configure the connection properly, but when I type a character it doesn't activate the RX interrupt (in special the line:)
halUsbReceiveBuffer[bufferSize++] = UCA1RXBUF;
The program then freezes and when I try to proceed with the debug process, it tells me that CPU is OFF (low power mode), and interrupts are disabled.
Can anyone please help me?