I have a CC2500 module interfaced to a Arduino Due. The configuration file was generated with the help of SmartRf studio and I have verified that the module is getting properly configured via SPI.
I have also written code to transmit packets and this has also been verified on Smart RF studio. During transmission,end of a single TX was detected by configuring IOCFG0 = 0x06.
Now I need to incorporate reception of packets also into my code and I have a few queries.
1. Can we do reception also with the same GDO0 pin as an external interrupt? (IOCFG0 = 0x06)
2. If yes how can we know if the interrupt has been triggered by a RX or TX operation?
AN