Part Number: AM620-Q1
Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello,
I am working with the AM62-sk-lp EVM board. I have followed the steps mentioned in your documentation 3.3.5. Low Power Modes — Processor SDK AM62x Documentation to enter MCU only mode.
Using the default firmware located at /lib/firmware/ti-ipc/am62xx, a key press on the MCU UART terminal successfully wakes up the device.
However, after building the ''ipc_rpmsg_echo'' application (without any modifications to the source code) and replacing the default firmware with the new ipc_rpmsg_echo_linux.mcu-m4f0_0.release.strip.out file, a key press in the MCU UART terminal does not wake up the device anymore.
However, other wakeup sources successfully wakes up the device.
What might be causing this difference in behavior between the default firmware and the built ''ipc_rpmsg_echo'' application?