Hi There,
i am trying to change radar channel 2tx/3rx To 1tx/1rx on motion_and_presence_detection_demo to reduce power consumption.
In order to turn off radar channel , i find some method and
1. channelCfg : Change <RxChCtrlBitMask> <TxChCtrlBitMask>
--> in addition to changing channelCfg value,
(Q1) i tried to find firmware code that change radar channel register bit. please let me know firmware code.
(Q2) is it associated with FEC_LSTC , FEC_PCR1_ FEC_ECC_AGG register? i don't have information of FEC register. (Front-end Controller)
2. ADCbufconfig --> APP_HWA_ADCBUF_CTRL register
(Q3) i wonder if there are other methods except above method.
(Q4) should MCU have a reset for operating 1tx / 1rx channel after 2tx/3Rx operation ?
please share your opinion.