Tool/software: Code Composer Studio
Hi,
I wanted to know if there is any way using which I can use the demo code in CCS to communicate with my external C++ code ?
Thanks.
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.
Tool/software: Code Composer Studio
Hi,
I wanted to know if there is any way using which I can use the demo code in CCS to communicate with my external C++ code ?
Thanks.
Hey Keith,
The external C++ code is using other libraries like OpenCV etc and I cannot implent it inside the CCS .
In response to your suggestion of using the serial UART connection, by using the serial UART we only he get the raw data. Is there away to process it out ? For example say I just wanted to know the number of detected objects which is numDetObj or the x,y co-ordintes of the detected objects ?
Thanks