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.

AWR1843AOPEVM: "Running the Beamsteering on AWR1843AOP"

Part Number: AWR1843AOPEVM
Other Parts Discussed in Thread: AWR1843AOP

Hi,

I am interested in running the labs\lab0011_mrr_beamsteering demo on AWR1843AOP as mentioned in the below thread 

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1112360/awr1843aopevm-running-the-medium-range-radar-on-awr1843aop

I going through this thread And you mentioned there is no changes required for running labs\lab0011_mrr_beamsteering on AWR1843AOP.

and,

1) I want change the no of beams out of 7 beams to 2 beams, so the below function gMrrMSSMCB.steer_Angle value will update/ changes is enough or is it required any other changes. 

gMrrMSSMCB.subframeId = 0;
Get_PhaseTxShifterCodeValue(gMrrMSSMCB.steer_Angle, &tx1phcode, &tx2phcode, &tx3phcode);
Cfg_TxPhaseShiftInitParams(&g_ptrtxPhaseShiftCfg, tx1phcode, tx2phcode, tx3phcode );
Semaphore_post (gMrrMSSMCB.phShftSemHandle);
gMrrMSSMCB.steer_Angle = gMrrMSSMCB.steer_Angle + 20;
if(gMrrMSSMCB.steer_Angle >= 60)
{
gMrrMSSMCB.steer_Angle = -60;
}

2) If I want change beam size from 20 degrees to 7 degrees where can I do these modifications/ updates?

Thanks in advance.

Regards

Ravikumar.