Other Parts Discussed in Thread: ENERGIA
I want to use ti-rtos, but i cant find no one examples for my microcontroller. I found this
, but i don't find this examples in my the project explorer.
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.
I want to use ti-rtos, but i cant find no one examples for my microcontroller. I found this
, but i don't find this examples in my the project explorer.
Make sure that you've installed SYS/BIOS (the TI-RTOS kernel) instead of TI-RTOS. We support the SYS/BIOS kernel on F28335, but none of the additional peripheral drivers that come with TI-RTOS.
If you need it, the download page is here:
https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/index.html
Once you have it installed, you should be able to select SYS/BIOS templates and examples in the new project wizard.
Whitney
What version of SYS/BIOS do you have installed? What target device are you selecting--just TMS320F28335 like I showed in my screen shot?
In CCS if you go to Window -> Preferences and then look under Code Composer Studio -> Products, do you see SYS/BIOS in the list of discovered products? If you click the Refresh button does the BIOS folder show up as a new installable product?
Whitney