I'm trying to program the firmware of the Safety device of the safeTI-HSK kit. This is a TMS570LS3137
.
This is explained in the user manual. When I do everything like the user manual says, i am stuck with an error and fail to debug and load the HSK_Safety_Application project in the kit.
I'll explain first my actions step by step. If you're only interested in the error, I suggest you scroll down.
first I import the project delivered on the disc, and as you can see, i am 2 project files short.
when I import the project and build, I get my first error:
it says "Build-configuration 'com.ti.ccstudio.buildDefinitions.TMS470.Debug.2064034188' does not exist in the referenced project 'HSK_SafeTILib'. Use the 'Properties > Build > Dependencies' page to select an existing build-configuration."
The 2 projects I'm missing, are apperently in the depencies list:
Because I don't have these projects, i thought i'd better delete them from my depencies list.
After deleting them from the list an rebuilding, all the errors were gone.
But I saw there was one post-build error ignored..
As it was reffering to nowECC, i assumed it had a reason to ignore it. Because as requested in the manual, I installed nowECC in the right place:
after this I debugged the project, got yet again an error:
I checked the ccxml file and the project build options serveral times, but there's not the problem I think.
this is the third day i'm stuck with this error. I would prefer to not lose another day, trying to solve this error, because I am running out of inspiration.. i also emailed hitex yesterday about my problem over here..
But I hope I get a quicker response here.
So can you please give a solution, or give me some links for extra/complete information about programming the firmware of the SafeTI-HSK kit with TMS570LS3137 as SDUT?
Or explain me just how to debug and load this project in this kit properly, without any errors?
i'll post some extra screens below as information.