Part Number: TMDXIDK57X-LCD
Tool/software: Code Composer Studio
Hi
I have included vector library to my c++ code. It compiles successfully but doesn't print the value of vector elements in the console!
I'm using Linaro compiler. The printf function works true when I print a string or a const number but doesn't print a vector element, say v[i].
What should I do?