Part Number: TDA3XEVM
Tool/software: Code Composer Studio
Hi,
I built three projects A,B, and C with CCS. Compile to generate three static libraries A.lib B.lib and C.lib, Put the three static libraries into the Vision SDK to compile and generate image files, There is no problem copying the image onto the SD card to run on the device. But I combine all. Obj generated by A,B,C projects into a static library ABC.lib, We put ABC.lib into the Vision SDK to compile and generate the image, There was a problem copying the image onto the SD card to run on the device, the result was not correct! How to solve this problem?
Thanks!