The example TI code rfEasyLink provided in the simplelink_cc13x0_sdk_1_60_00_21 package has a function AuxAdiDdiSafeWrite() which executes a default switch option HWREG(nAddr) = nData;,
Looking at the assembly code equivalent for this C code executed on the CC1350, register R5 containing a value 0x001001 is stored at a location R4 containing address 0x400CA200.
As far as I can find, there is no listed register within the CC1350 located at 0x400CA200. The closest I can find is the AUX_DDI0_OSC located at 0x400CA000 as specified on page 430 within the CC1350 Technical Reference Manual rev. SWCU117H.
So therefore, what exactly is located at memory location 0x400CA200, or what is happening when the value 0x001001 is stored there?
Thanks,
- mkottman