Tool/software: Code Composer Studio
I want run vision SDK -> bios "sample_app" on my DRA76P board by CCS tool. but when i debug i found IPU1_0 was blocked at Ipc_attach() function and can not continue running. I have no idea why?
i think this sample code just use IPU1_0, DSP1 so i only load binary of "vision_sdk_ipu1_0_release.xem4" and "vision_sdk_c66xdsp_1_release.xe66" into IPU1_0 and DPS1 respectively.
i also try to load all binary to IPU1_0, IPU1_1, IPU2, A15, EVE1, EVE2, DSP1, DSP2 core repectively, but the sampe problem occured. please help me to find out the problem thanks!