Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hi,
I have a scenario where I require additional program and .bss space for the AWR1642BOOST R4F core. To achieve this, I've found an option in C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\common\mmwave_sdk_xwr16xx.mak
that allows me to set the MMWAVE_SDK_SHMEM_ALLOC
value as specified in the makefile.
To gain a better understanding, I rebuilt the existing out-of-the-box code using different MMWAVE_SDK_SHMEM_ALLOC
values provided in mmwave_sdk_xwr16xx.mak
. After flashing the newly generated bin files, I tested the setup using the mmWave Demo Visualizer. However, except for the default valued of MMWAVE_SDK_SHMEM_ALLOC
configuration, I am unable to connect to the device in the mmWave Demo Visualizer.
I don't believe this issue is related to unavailable serial ports, as I can access the serial port using other applications. It seems that the visualizer might be expecting certain data that it's not receiving (though I'm not entirely sure). When I set MMWAVE_SDK_SHMEM_ALLOC
to its default value, I can successfully connect using the mmWave Demo Visualizer.
To set MMWAVE_SDK_SHMEM_ALLOC
, I added the below statement in in C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\scripts\windows\setenv.bat
set MMWAVE_SDK_SHMEM_ALLOC=0x00010005
Please help me to understand why is this happening . Am i missing something here?
Thank you