Hello,
I am working on Am335x TI ICE board for a ethercat project. I am using the example code: ie. ecat_appl project (sdk_1.1.0.1) and debuging, flashing it in 0x2000 area (using Jtag + CCS 5.4.0) with success.
As Shown in different Post, after Build, to debug ie_cat code I operate manually as follow:
I launch the Selected configuration.
I select Cortex A8, and I connect the target (this operation lauch the initialisation Script).
I reset the Cpu (Cpu Reset HW button)
I Load the ecat code: run, Load, Load Programm=>.out file
This method is applied with success, but I don't understand why the project configuration don't make it automatically.By using the <Debug> button ?
If I want to debug the ecat code, it's important for me to automatize these operations (reducing time spent).
I tried to modify the properties, but no effect, if I use the Debug button, it's like as the PC don't find the main() adress. An idea ?