Part Number: TDA4VM
Dear ti,
Could use the do_reset function in MCU R5F SPL tiboot3.bin?
static void panic_finish(void)
{
putc('\n');
#if defined(CONFIG_PANIC_HANG)
hang();
#else
udelay(100000); /* allow messages to go out */
do_reset(NULL, 0, 0, NULL);
#endif
while (1)
;
}
Thanks,
Ruijie Sun