默认的systick是10us,在.cfg文件中设置的。
/* ================ Clock configuration ================ */
var Clock = xdc.useModule('ti.sy***ios.knl.Clock');
/*
* When using Power and calibrateRCOSC is s ...
可以读取下面三个内部信号。
可以参考SDK中的adcbufcontinuous和adcsinglechannel例程,按你的需求调整一下ADC channel就可以了。
* # Supported Internal Signals #
* Below is a table of internal signals that ...
简单来说,如果使能了address filter功能,你需要把你希望节点接收的数据包中的目的节点地址设置到pAddr指向的列表中。
The received address is compared to an address list pointed to by pAddr. The address t ...
可以借鉴如下做法:
Use the command RF_control(..,RF_CTRL_UPDATE_SETUP_CMD, ..) after defining the new frequency.
RF_CTRL_UPDATE_SETUP_CMD signals that the change will take effect immidiate on the n ...