Hi,
The xwr64xxAOP_mmw_demo does not use the DSP core of the IWR6843AOP chip. I'm looking into ways for decreasing the power consumption of the chip. The reference manual says that power consumption can be reduced by switching off the DSP power domain. The software initializes the SOC driver with SOC_DSSCfg_HALT setting, so the DSP is not unhalted. However, when I read DSS_REG.GEMPWRSMCFG3.PWRSMMODESTATUS I can see that GEM status is 1 (i.e. transitioning from OFF to ON) instead of 0 (OFF). If I follow the instructions in the manual about how to switch off the power domain, the PWRSMMODESTATUS goes to 2 (i.e. transitioning from ON to OFF). If I unhalt the DSP (with SOC_DSSCfg_UNHALT) the power consumption actually goes down a bit (~10%). How can I ensure the DSP is really powered down and its power consumption is minimized?
Regards,
Juha