Tool/software:
Hi all,
I'm a bit confused.
i read on the forum that tiobj2bin is not supported for EABI compiled projects. However, in a current project for the TMS320F2800137, which is compiled as EABI, an old version of the tiobj2bin.bat works. Works in the sense that it generates a binary that I can flash and run.
Now I'm integrating bitbucket pipelines for this project to automatically build the project on commit. This works nicely. Now I've been using the utils from ccs 12.8, and these don't work. An error comes up
‘C:’ is not recognised as an internal or external command, operable program or batch file.
Now I've been reading the forum, and see that there are two options.
Use C2000 Hex utility in CCS. This can be used in combination with -image mode and a roms directive. This roms directive can be made with a static start and end, these do not change per build. However, in this case you get a lot of holes because it converts a whole section. This can be solved by splitting the sections.
Or, find the start and end in the folder file, but these change per build, so this seems impossible to use.
So what is the right way, that works without much maintenance and doesn't generate holes in the image?
Thanks in advance.
Edit;
On this page I read that a user used a third party tool. What is this third party tool and can someone guide me to use this? I read that we have the same problem. I find it weird that this is not fully supported, and without work-arounds, by code composer studio out of the box...