Other Parts Discussed in Thread: MMWAVEICBOOST, , UNIFLASH
Hello
I have the MMWAVEICBOOST and IWR6843ISK combination of devboards and I’m having trouble getting the system to work reliably. I’ve put the mmwave_sdk_03_01_00_02 software onto the board and typically I find the visualization tool will work maybe 1 in 30 power ups.(i.e. the tool at https://dev.ti.com/gallery/view/mmwave/mmWave_Demo_Visualizer/ver/3.1.0/). If the tool does start it will run indefinitely and until the next power cycle.
More specifically, if I open a terminal to the board config com port I find that only 1 in ~30 times will I see any activity after resetting the board. On closer investigation, and with the code running under CSS and adding various debug code I find I’m getting stuck in the function SOC_waitBSSPowerUp in file soc_xwr68xx.c. Specifically, I don’t think it’s coming out of the while loop below.
while (CSL_FEXTR(ptrSOCDriverMCB->ptrTopRCMRegs->SPARE0, 18U, 16U) != 0x7)
{
}
Any help is much appreciated.
Thanks
David