Other Parts Discussed in Thread: AWR1843
Hi Experts,
I am working on getting the monitoring status of Periodic Digital Monitoring status(RL_RF_AE_MON_DIG_PERIODIC_REPORT_SB)
I tested the following parameter setting and corresponding results I got:
1st(power on) : periodicEnableMask 15 (expected output : 31, result : 31)
2nd : periodicEnableMask 14 (expected output : 30, result : 31)
3rd: periodicEnableMask 14 (expected output : 30, result : 30)
4th: periodicEnableMask 15 (expected output : 31, result : 30)
5th: periodicEnableMask 1 (expected output : 17, result : 31)
6th: periodicEnableMask 15 (expected output : 31, result : 17)
After the first test, the expected value and the result are off by one test.
I used the reporting mode as "0" (Report is sent every monitoring period).
I am using mmwave SDK 3.4, AWR1843 BOOST.
How can I get the correct result ?
Thank you.
Sachidananda