Part Number: AM6442
Tool/software:
Hello experts,
I am trying to test reset_isolation_ipc example in the last version of Mcu Sdk.
When I try the test code on EVM board, it works without any problems. But when I try it on my custom board , m4 core cannot pass the SOC_waitForFwlUnlock() function.
But the R5 core resets and starts running as expected. My first question is which hardware difference can cause this problem? My second question is, when I debugged the SBL code, I noticed that when I pass the Bootloader_socNotifyFirewallOpen() function, the m4 core still continues to read the magic number as 0.
When the SBL code runs out, m4 core can read magic number as expected and continues running. Which step of my r5 core allows that my m4 core to pass SOC_waitForFwlUnlock() function?
Thanks for your helps,
Regards.