Part Number:CC2650
Hello,
I built a simple Transmitter and Receiver running in IEEE 802.15.4 mode (using a mix of Contiki IEEE mode driver and the TI driverlib) using the CC2650.
Now I want to read already received bytes while reception of the remaining frame is still in progress.
For proprietary RF mode, we can use partial read entries, according to the technical reference manual: http://www.ti.com/lit/ug/swcu117h/swcu117h.pdf, Chapter 23.3.2.7.4
There it says "Proprietary mode supports an RX entry where the data can be read before the entire packet is received over the air, which can be used for the following purposes: - When data must be read before the entire packet is received"
Is there any way to achieve this using this device (CC2650) in IEEE 802.15.4 mode, not only in proprietary mode?
Cheers
Nicolas