This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC3200-LAUNCHXL: How to make a successful ADC driverlib call?

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: TI-RTOS

Hello,

I have been trying to make a successful driverlib call to use the ADC example which is in the NON-OS example in the Empty TI-RTOS project, however, I am faced with multiple errors i.e. some implicit function call, then whenIi use FREERTOS its having issues returning he values. I want to pursue TI-RTOS can you please help me with the changes i need to make to get ADC samples from the CC3200 in TI-RTOS?

Thank you,

Debraj

  • Debraj,

    Unfortunately, TI-RTOS 2.16 did not ship an ADC example for the CC3200. You will have to work one up from scratch using the other examples as a guide. There are several ways to design such an example. I could provide better assistance if you would give me an overview of your approach and the details on the error you are encountering. Is it a build error or run-time error?

    ~Ramsey