Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I am trying to develop an application which constantly listens to 900Mhz bands and register the received RSSI.
I know I can use something like "RSSIout = rxStatistics.lastRssi;", but (based on my current understanding of the TI architecture) the issue with this approach is the fact that this only shows the value of the RSSI for packets which passed the CRC check.
I want to find a way to register raw RSSI values regardless of their CRC status.
Is it possible to turn off the CRC using the sysconfig?
Is there any similar example?
