Other Parts Discussed in Thread: CC3220SF, CC3200
Tool/software: Code Composer Studio
I am new to this API and need some help.
I would like to use the API library functions that are described in the technical reference manual www.ti.com/lit/ug/swru465/swru456.pdf on pages 431 and following. Section 13.6 on page 456 describes functions that are included allow the ADC converter to use FIFOs and DMA to transfer data to memory. The overview paragraph in section 13.6.1 indicates that an API has been built that exposes this functionality. I am interested in the functions listed in 13.6.4, specifically, functions:
unsigned char ADCFIFOLvlGet (unsigned long ulBase, unsigned long ulChannel)
unsigned long ADCFIFORead (unsigned long ulBase, unsigned long ulChannel)
void ADCDMAEnable (unsigned long ulBase, unsigned long ulChannel)
and other functions that interface to the FIFO and DMA system. I have not been able to locate examples or the appropriate header files in the SDK. I am using simplelink_cc32xx_sdk_1_60_00_04. Is this the correct library? Are there examples that illustrate the use of these functions?
I understand that the CC3220 has "Driverlib" embedded into the ROM. Is the API exposed, and if so, what is the appropriate way to call the functions within the library?
Thank you very much for your help.
Doug