Other Parts Discussed in Thread: UNIFLASH
Hi,
I am implementing the startup sequence referenced in SPRACI4A on a custom board with AWR1843. I am using the referenced code, but I am facing several problems:
- After a cold boot, the SOC_unhaltDSS() hangs as (powerStatus == 0xC0000) is never true. But I can "kickstart" the program if i connect a debugger (without loading a program, just hot-attach)
- After a warm reset (e.g. reset via debugger) waitAPLLCalibration is stuck as the MSS_TOPRCM->SPARE0 never transistions. This can not be cured in any way.
I also have tried porting the nonOS OOB Demo to the AWR1843, but this also hangs while unhalting the DSS.
Can you provide help here?