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/CC1310: How to use the BATMON interrupt

Part Number: CC1310

Tool/software: TI-RTOS

Hi all,

I would like to use the BATMON moduule in the CC1310. I will not poll it, I would like to use the interrupt capability of the module.
Can sombody help? Is there a example, or does sombody have some sample code?

BR Egon

  • Hi,

    we do not have an explicit example for that and there exists no high-level driver in the SDK. You would need to implement an interrupt (HWI) handler and configure the peripheral using DriverLib. Take this post as an inspiration. It shows how to implement a custom interrupt handler for the timer peripheral.