Dear TI
We development radar algorithm process on tda3x platform. Follow ProcessorSDKRadar_UserGuide.pdf :
1) set MAKECONFIG = tda3xx_alps_bios_radar and MAKEAPPNAME=apps
2)On a succesful build completion, sbl_qspi_sd_opp_nom_ipu1_0_release.tiimage and appimage are genereted.
3)After power on reset, sbl can run normally,but appimage does not work.
4)We add some debug message in main_ipu1_0.c main(),but have no any message appears on the serial port.
So Our question is as follows:
1)Where is the appImage entry address assigned? How does ipu1Core0EntryFuncPtr match the entry address of appImage?
2)We don't know why AppImage can't run, please help us solve this problem, thank you very much.
PS : SDK Verision is PROCESSOR_SDK_RADAR_03_08_00_00, platform is our own tda3x board,sbl boot from QSPI flash, appimage boot from sd card.