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: TI C/C++ Compiler
Hello TIers,
Is that normal that after trying to compile the same software sources for TMS320F28069F and TMS320F28069M I get the same output ? The 2 files are exactly the same ones...
Thanks,
Robin,
Yes! The output for these files will be exactly the same because they share common device support files. All devices in the the F28069 family have the same device support in C2000Ware. So it is expected that compilation output for these different devices would be the same.
Here is a comparison from a feature standpoint: www.ti.com/.../compare.html
The only main difference will be the target configuration file, which is specific to the part number in use.
Regards,
Ozino