Other Parts Discussed in Thread: AWR6843, UNIFLASH
Hello,
I have some problems regarding the SoftReset for MMWAVEICBOOST + AWR6843ISK.
We use the MCAL version: mcal_01.04.01.00_GA.
To generate the MetaImage we used the mmwave_sdk_03_05_00_04 (xwr6xxx_radarss_rprc.bin) + our application elf file
- generateMetaImage.bat output.bin 0x00000006 ARM_AWR6843_Application.elf xwr6xxx_radarss_rprc.bin NULL
Hardware setup:
- Place jumper P4 (SOP2) + P6(SOP0) -> for flashing mode
- Connect USB XDS110
- Press Sw2 NRST
- Start UniFlash (COM Port correctly set)
- Load Image: output.bin
- Remove SOP2
- Press Sw2 NRST
- now the application is running correctly
- We trigger a Soft Reset using the Mcu_PerformSoftSysReset() function present in Mcu_Platform.c file:
- (void)regWriteReadback(&toprcmREG->SOFTSYSRST, M_SEVEN, M_ZERO, resetVal);
- After we write this register the MSS_TCMA_RAM is not accessible (from-> 0x00018000 to -> 0x001FFFFF)
It seems that the registers are not correctly re-initialized. We need to perform some extra steps before we trigger the SoftReset?
Thanks,
Florin.