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.

cc1310有关于定时器中断的例程吗?

Other Parts Discussed in Thread: CC1310, SIMPLICITI

cc1310有关于定时器中断的例程吗?

  • 1. 驱动多半是基于TI-RTOS的,即不需要直接操作寄存器. TI-RTOS里有带一个clock的例子。

    2. 直接操作寄存器的是使用driverlib,官方没有具体的例子,可以参考driverlib的api函数和数据手册来写

    http://softwaredl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_16_01_14/exports/tirtos_full_2_16_01_14/products/cc13xxware_2_03_02_16941/doc/driverlib/group__timer__api.html

    使用driverlib api来写定时器的驱动的一个例子,如下:

    https://e2e.ti.com/support/wireless_connectivity/proprietary_sub_1_ghz_simpliciti/f/156/p/510365/1876121#1876121

  • 谢谢解答

    clk0Fxn在timeout后执行吧,那它的优先级是怎么样的,怎样解决和task的冲突问题?