Tool/software: TI-RTOS
Hi Team,
In order to use the chip better, I want to know the execution process of a proprietary RF command (such as RF_cmdPropTx).
According to the manual description, my current understanding is: The ARM Cortex-M3 sends the command ID to the Radio Doorbell's CMDR register, and the Radio Doorbell then notifies the radio CPU to read the command ID. The radio CPU reads the parameters and payloads in the system RAM according to the command ID, and puts them in the radio RAM. Then the radio CPU parses and sends the data, and finally updates the execution result to the CMDSTA register.
I hope that you can describe this process and mechanism in as much detail as possible in an easy-to-understand language.
