Part Number: CC2652R
I am working with a project that need to collect 32 gpio input data by API "GPIO_readMultiDio(mask)"
And I wonder how to put these 32bit data into the device buffer through DMA?
I've studied CC26XX TRM and datasheet, couldn't find the example or any detailed development flow.
Just found "UDMACC26XX.h", but in the header it says :
The UDMACC26XX driver currently only supports internal use by the drivers
* that use the uDMA peripheral (e.g., SPICC26XXDMA).
* In other words, the application should never call any of the functions in this file.
Hence, gpio.h library does not include any dma function.....is there any other example or information I could refer?