Hi
I am working on TI cc3200.
I could able to take the 4096 ADC sample in normal mode, but need to access the DMA by enabling the ADC DMA and take the samples out.
I know, there are some API's such as:-
ADCIntEnable (unsigned long ulBase, unsigned long ulChannel, unsigned long ulIntFlags);
ADCIntRegister (unsigned long ulBase, unsigned long ulChannel, void(*)(void) pfnHandler);
I couldn't able to implement in my code.
Kindly, please help.
Regards,
Sourabh.