Hi,
We have created a custom board with MSP430BT5190-CC2564MODN.
We are using SPPDemo for bluetooth stack.
We are able to discover, connect, transfer and receive data
But BT stops working if i enable any other interrupt except UART (used for bluetooth),
And i have also observed, if we initialize other interrupts before BT Stack initialization, BT initialization fails.
Because of this i have been forced to use polling for all the features.
But i want to implement power-off feature for the MCU (by sending MCU to Low power mode), this is not possible without an interrupt ( to wake the MCU from LPMode).
What might be the problem?
Thanks
Arun