Other Parts Discussed in Thread: MMWAVEICBOOST, , UNIFLASH, IWR6843
Hello,
I have some problems getting the MMWAVEICBOOST + AWR6843ISK running.
Hardware setup:
- Place jumper P4 (SOP2) + P6(SOP0) -> or flashing mode
- Connect USB XDS110
- Press Sw2 NRST
- S1 Switch mux config:
Software setup:
- Install the SDK from TI and locate the correct META_IMAGE: for AWR6843ISK
https://software-dl.ti.com/ra-processors/esd/MMWAVE-SDK/latest/index_FDS.html
2. Chose the correct COM port (COM6)
3. Install Uniflash:
https://www.ti.com/tool/download/UNIFLASH?keyMatch=UNIFLASH%20DOWNLOAD&tisearch=Search-EN-everything
4. Configure the Com port: COM6 and Device: mmWave – IWR6843
5. Load the META_IMAGE
After that we removed the P4 (SOP2) ( SOP0 connected -> for functional mode), press NRST again and connect to the JTAG to load our application created using the MCAL mcal_01.04.01.00_GA
- We observe the same behavior regarding the Mcu_init() topic (SPARE0 reg )
-
During Mcu_Init the application gets stuck in a while loop in Mcu_sysAPLLStatus().
This is because toprcmREG->SPARE0(0xFFFFE1EC) has the value 0x0 and this value never changes.
When is this value supposed to be changed?Attached you find a screenshot with the register values.