Hi,
I have recently bought CC3200 LaunchPad. I am newbie to CCS and Sys/Bios.
Can you provide link to a C++ sample project using Sys/Bios in particular how to
setup interrupts for reading i2c or uart when arrives a character or similar.
Best Regards
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.
Hi,
I have recently bought CC3200 LaunchPad. I am newbie to CCS and Sys/Bios.
Can you provide link to a C++ sample project using Sys/Bios in particular how to
setup interrupts for reading i2c or uart when arrives a character or similar.
Best Regards
Yes,
I have downloaded CCS and the SDK,
I am used to write code with Kiel microVision, using CMSIS. There i have a startup code where i can overload
interrupt vectors....
In CCS i have created a new empty project using Ti-RTOS, and i have a project that blink a led.
I would like to, for example enable interrupt of I2C, but i do not know where to start from.
I have seen that there is a document SPMA041g that describes how to compile CMSIS and use CMSIS for project.
In this case could i use some of start up code from other project of SDK examples?
This would be an extreme ratio.
I would like to use TiRTOS.
Regards