hi,
i am using BIOS 6.34.2.18, ndk 2.21.01.38 , xdc 3.24.5.48 on dm8148 evm.
i am running an application to establish ethernet connection between PC and board.
th application on a8 core consists of a code to receive image frames from PC.
the binary builds successfully but the application gets stuck in while loop in file csl_emac.c,
when i debug through the application i found out that the line is this
/* Soft reset CPDMA */
CSL_FINS(CPSW3G_REGS->SOFT_RESET, CPSW3G_SOFT_RESET_SOFT_RESET, CSL_CPSW3G_SOFT_RESET_SOFT_RESET_RESET);
while(CSL_FEXT(CPSW3G_REGS->SOFT_RESET, CPSW3G_SOFT_RESET_SOFT_RESET) != CSL_CPSW3G_SOFT_RESET_SOFT_RESET_NORESET)
when i do a CPU reset (SW) from CCS using Ctrl+shift+R and resume the applicaion again it throws a run time error, some thing like this: