Dear friends,
I am using CC2530, and i want to read RSSI value at Coordinator after received data fron other point, thus, I set a breakpoint at callback function :
void zb_ReceiveDataIndication( uint16 source, uint16 command, uint16 len, uint8 *pData )
and to view the RSSI value at IAR, but I found that the RSSI value almost at the same value --0xE2, ignore I take off the antenna or put the antenna, so how can I get the right RSSI value after received data.
the ENERGY_SCAN = 0 and RSSI_VALID = 1 stack is ZStack-CC2530-2.3.0-1.4.0
please give help.
