Other Parts Discussed in Thread: HALCOGEN
Hi:
Now I need to move the old C++ applicaplication program to the TMS570 MCU, I want to know that is it possible to use the functions of the C++ source files in the HCG created .c files in CCS porject? what about using the functions of .c file in the C++ files?
The applicaplication program has large amount of codes so it is impossible to rewrite it in C language. I tried to write a simple CPP file in the HCG project and call it in the sys_main, the complier indicates that unresolved symbols errors. Is there any wrong settings led to that?