I am trying to enable clock to the eDMA module in LPSPI as the KW45B41Z data sheet suggests that eDMA0 module uses CPU clock itself and by default it will be disabled, and we should enable it but when i try to enable the clock using
CLOCK_EnableClock(kCLOCK_Dma0);
PRINTF("Dma0 clk : %lu \n", CLOCK_GetIpFreq(kCLOCK_Dma0));
I am getting Dma0 clk as 0MHZ, what is the reason for this and why can't i enable the eDMA clock? I have cross verified the channels, request sources everything.
Kindly reply for this issue