This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: CLI_MAX_CMD was chaned in lab0002_short_range_radar for Toolbox v:2.4.6

Part Number: AWR1642

Hi Experts,

When CLI_MAX_CMD (cli.h) has been modified from 64 to 96, the asynchronous events from BSS have been changed after the sensorStart as follows:

(1)   CLI_MAX_CMD == 64
sensorStart
RL_RF_AE_RUN_TIME_CALIB_REPORT_SB

(2)   CLI_MAX_CMD == 96
sensorStart
RL_RF_AE_RUN_TIME_CALIB_REPORT_SB
RL_RF_AE_FRAME_TRIGGER_RDY_SB (*)
RL_RF_AE_FRAME_END_SB (*)

   (*) is shown the change point.

Note: the number of registered commands is 64 for both (1) and (2).
It is strange that the number of the registered command is the same, but the events are changed.

Could you please let me know why it occurs?

Thank you very much in advance for your kind looking into the source code.
Best regards,
Hitoshi