This application report describes an IQ dump patch for the CC13xx SimpleLink™ Sub-1 GHz ultra-low power wireless microcontroller (MCU).
Project collateral and source code mentioned in this document can be downloaded from the following link:
http://www.ti.com/lit/zip/swra571. The smartrf_settings.c file is for the CC1310, but similar files can be made for the other CC13x0 and CC13x2 devices, following the steps explained in Section 2.1.1 and Section 2.1.2.
SimpleLink™ and SmartRF™ are trademarks of Texas Instruments.
ARM® and Cortex® are registered trademarks of ARM Limited.
All trademarks are the property of their respective owners.
CC13xx SimpleLink™ Sub-1 GHz ultralow power wireless microcontroller (MCU) is centered around an ARM®Cortex®-M3 (CC13x0) or ARM Cortex-M4F (CC13x2) series processor that handles the application and an autonomous RF Core that handles all the low-level radio control and processing needed to transfer digital bits over the air. Normally the customers use the CM3/CM4F to implement their application/high level protocols on top of the physical layer, but it is also possible to use it to implement other novel or legacy physical layer modulation schemes. In order to do so, the CM3/CM4F requires access to the raw IQ samples in RX mode. With the default genfsk/prop PHY, IQ samples are not available outside RF Core and a dedicated patch is needed to automatically copy IQ samples to a partial read RX entry. This application note describes how to get access to these IQ samples using the IQ dump patch.