Other Parts Discussed in Thread: TDA4VL
Hi, TI expert
We are debugging j721s2(TDA4VL) and encountered a problem. When appLogWaitMsecs(time) is called; api program stuck problem, specific as follows:
1. The problem occurs when the MCU2_1 core is running.
2. It is found through tracking logs that appLogWaitMsecs (time) is called before executing the code "status=appIpcInit (&ipc_init_prm);"; The program will not stuck.
After executing the "status=appIpcInit (&ipc_init_prm);" code, call appLogWaitMsecs (time); The program will get stuck;
3. The same software version [only modified the sd card enabling pin and the ddr parameter to match the TI EVM board value] does not have the above problems on the TI EVM board.