HI All,
I am developing with cc2540 some applications. We are using cc2540 with two purposes with BLE stack and without BLE stack. Since we do not want to change mcu so we want to use CC2540 as 8051 mcu chip. I am developing application without BLE stack, and I have written UART drivers, The drivers for TX works fine for RX no work.
When I sent data from PC to device the data is appearing on the Rx pin which i verified through oscilloscope, but it never trigger Rx ISR interrupt. And I also debug through Registers, In IAR EW register debug view I checked that all registers (UART1) and (Interrupt Register) are configured accordingly. I do not understand why Rx interrupt is not triggered. So please help me find the bug. Thanks in advanced