Is there any code examples as "../cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\examples" have for CC26xx? I downloaded http://www.ti.com/tool/cc26xxware
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.
Is there any code examples as "../cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\examples" have for CC26xx? I downloaded http://www.ti.com/tool/cc26xxware
Hi,
26xxware (or driverlib) is not released as separate deliverable, but just for you to know, the 26xxware (or driverlib) is included as component in the TI-RTOS bundle
That is, driverlib abstraction layer is integrated as part of the driver middleware that TI-RTOS offers.
The TI-RTOS drivers make calls to 26xxware, and the driverlib source code can be found in ti/tirtos_simplelink_xx_xx_xx_xx/products
Hope this clarifies.
Thanks,
TheDarkSide
Yes, TIMAC is a complete implementation of 802.15.4, especially the whole mac layer and APIs for applications. But these are not what we wanted, since:
1) We do not use TIRTOS and the OSAL based on it;
2) We do not want to implement a 802.15.4 mac layer, that's most the parts of TIMAC source codes;
3) We only need some RTOS-free drivers for CC26xx RF core, like rfc.h/c in cc26xxware (Infact, rfc.h/c are just the files we wanted, but I found they are too simple to cover all interfaces and commands fro RF core).
Thanks,
John