Hi TI Team,
SOC:AM3352BZCZA100
SDK:Yocto Linux kernel 5.4.106
We are experiencing exactly same stalls. This only happen with kernel configuration "CONFIG_CPU_IDLE" and "CONFIG_SUSPEND" are enabled.
After stalling, we could attach an emulator to device and access to registers and program counter. So We are thinking that Linux system did not hangup or crush, just transfer suspend(energy-save) mode.
We know that the above phenomenon was reported and disabling "CONFIG_CPU_IDLE" and "CONFIG_SUSPEND" is one of the solutions.
Is our understanding correct ?