Part Number: DRA722
I am try vision sdk on dra722 , after load IPU2_C0 program from CCS , I using step debug , when I step over
gSystem_objCommon.tsk = BspOsal_taskCreate(
(BspOsal_TaskFuncPtr)System_main,
"System main",
(Int32)SYSTEM_TSK_PRI,
gSystem_tskStack,
sizeof(gSystem_tskStack),
NULL,
UTILS_TSK_AFFINITY_CORE0);
processor never stop, I click suspend , PC pointer is :
UInt32 Timer_getCount(Timer_Object *obj)
{
UInt32 tcrr = ((TimerRegs *)Timer_module->device[obj->id].baseAddr)->tcrr;
then I click Step Into , The Warning :
Cortex_M4_IPU2_C0: Can't Run Target CPU: (Error -1268 @ 0x1090001) Device is locked up in Hard Fault or in NMI. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 8.4.0.00006)
Why?