Hi! I am trying to write a qiucc engine driver for p1025. My driver must not use dynamic memory allocation. I use NetComm Software Realease GA 4.4. The problem: 1) My soft call t_Handle QE_Config(t_QeParam *p_QeParam)
2) call QE_LoadUCodeToRam(tHandle, uint32_t*,uint32_t, uint64_t). ucode is taken from iram_Type_D_r1.h.
3) call t_Error QE_Init(t_Handle). The programm hangs in this function. It can't issue command to quicc engine, i.e. succesful return from QE_IssueCmd(p_Qe, e_QE_CMD_PROTOCOL_UNSPECIFIED, (uint32_t) p_Qe->p_QeTimerTables - pramBase).
What is the problem?