Hi Team,
this is from a customer having issues posting ...
We developed a power converter controller with a tms320c2727b. (we have several of them running CERN accelerators)
Up to now using TI compiler and adding the magic
/* Include Objects and Library to apply the ROM Patch */
-l applySystemPatch.obj
-l c672xSystemPatchV2_00_00.lib
everything works correctly.
Now I'm testing the GNU gcc port of c6x but unfortunately I don't have the sources to generate applySystemPatch.obj nor c672xSystemPatchV2_00_00.lib.
Are these sources available? so I can port them to GNU gcc (even with some non disclosure agreement)