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.

CC3200: CC3200 Timer Edge Time Mode

Part Number: CC3200

I'm looking for a detailed description of the calling and return parameters for TimerIntClear and TimerIntStatus.

Can you point me to a document? 

Thanks!

 

  • Hi Tadd,

    The TimerInt*() functions will take input and return output as a bitpacked int. Each specific bit corresponds to a specific interrupt source, which can be decoded through the defines found in cc3200-sdk/driverlib/timer.h.

    The exact meaning of each interrupt source can be found in section 9.5 of the TRM:
    www.ti.com/.../swru367d.pdf

    Let me know if you need more clarification, or more help on the hardware timer peripheral of the CC3200.

    Regards,
    Michael