Hello
My
1. SDK : VISION_SDK_02_05_00_00
2. DSP: C66
3. EDMA driver: edma3_lld_02_12_00_20
I got a problem that...I can't request channel...
When the program went into the if statement...
if (((rmInstance->initParam.rmInstInitConfig->ownDmaChannels[avlblIdx/32U])
&
(rmInstance->avlblDmaChannels[avlblIdx/32U])
&
~(rmInstance->initParam.rmInstInitConfig->resvdDmaChannels[avlblIdx/32U])
&
((uint32_t)1U << (avlblIdx%32U))) != FALSE)
it must not work...and no channel can be used...
when ending the "result = EDMA3_DRV_requestChannel"
the result number is (-132)
and i initial my edma handle
>>> hEdma=Utils_dmaGetEdma3Hndl(UTILS_DMA_LOCAL_EDMA_INST_ID);
thanks
by Alice