The Parameters We set:
(1)Run time config:
(2)CalMonTimeUnit:
In the MMWL_App function , after the completion of RfInit, the MMWL_RunTimeCalibConfig function is called in the MMWL_DeviceConfig, as shown in the diagram below:
At this time, the master-slave (2-chip cascade) Run time Calib Report will be triggered (we believe this is correct)
(3)
However, during the normal chirp transmission process of the RF (we set the RF to automatically transmit frames), the slave will continue to send asynchronous events, such as the Run time Calib Report, every 1 second or so. After about 10 seconds,
The RF no longer sends chirp, but the asynchronous event Run time Calib Report of the slave continues to trigger. The screenshot of the serial port is shown below:
The red line is the printed information of the normal RF chirp transmission. As you can see, only the Run time Calib Report is printed after it.
How can I solve this? Thank you!