Part Number: F28M35H52C
Tool/software: TI C/C++ Compiler
I imported the cpu_timers_c28 example and adapted it for my needs. I right clicked on the project and renamed it and I renamed the main.c program to my own name.
It was compiling without errors but I noticed that the linker file was set to F28M35x_generic_wshared_C28_Flash.cmd so I changed the selection to F28M35H52C1_c28.cmd This caused almost 100 errors when I compiled so I went back to the original; now I get 32 errors and 72 warnings.
When I was able to compile, the output file was still cpu_timers_c28.out and I don't see where I can change that?
Can someone please guide me on how to recover this?