Hi,
i am using Sysbios shipped in CCS5.2V. i am using TMS320F28335.i have a .out file which i trying to dump in to TMS32028335. i am having XDC100V2 debugger. how do i proceed??
can any one help me?
Regards,
Sunil
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i am using Sysbios shipped in CCS5.2V. i am using TMS320F28335.i have a .out file which i trying to dump in to TMS32028335. i am having XDC100V2 debugger. how do i proceed??
can any one help me?
Regards,
Sunil
Sunil,
Are you asking how you can connect to the board? You need to create a target configuration with the information you just provided. Once you do that, you should be able to connect to the board then load your executable.
Judah
Hi judah,
No..... i have file name Trial.out file.. i dont have it in the FILE SYSYEM format..like the CCS5.2 Provides. i just have file TRIAL.OUT file. functionality is to toggle pin 26. i dont have the .c file ....just that file. how can i proceed or is there any other altrenative .?
please guide me.
Rgards,
sunil
Okay, I'm still not exactly clear what you are asking. What is the problem or what are you trying to do?
You have a Trial.out file which is an executable for the board you have? And you're trying to get the functionality of toggling PIN 26 from it? If you can read the dissassembly, I suppose you can decode it, but it would just be easier to read the specs and write your own function.
Judah