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.

AWR1843BOOST: Beam stearing not working

Part Number: AWR1843BOOST

Tool/software:

I am trying to preform beam steering by using the same method used in beam steering demo. I am trying to steer at different angles and I am getting exactly the same result when looking at distance FFT. When I try to do bartlett beamforming on the data I get the similar results also, no matter how the beam is steered. It looks like the steering is not happening and this is my concern.

It looks like beamsteering is just not happening. I am using 3 tx at the same time for this of course and I am receiving on the 4 Rx antennas.


I use applyPhaseShift function and when debugging retval is RL_RET_CODE_OK. 
I use the Get_PhaseTxShifterCodeValue and Cfg_TxPhaseShiftInitParams same as in demo (in this snip its 20 degree increments but data is alsways the same):

g_ptrtxPhaseShiftCfg is set as volatile and when debugging correct params get passed into the driver (the ones that Cfg_TxPhaseShiftInitParams retuns.

This is how my frame is setup:


I would appreciate any help. I am doubting that the beamsteering driver is working correctly.