Part Number: DRA78XEVM
Tool/software: Code Composer Studio
Hello
I have a firmware file .out file generated by another colleague on a DRA78XEVEM board.
I do not have the source code project
How I can load and run this .out file on DRA78XEVEM board ?
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.
Part Number: DRA78XEVM
Tool/software: Code Composer Studio
Hello
I have a firmware file .out file generated by another colleague on a DRA78XEVEM board.
I do not have the source code project
How I can load and run this .out file on DRA78XEVEM board ?
Hi Hatem,
You don't need the source code.
Please refer to training slides I mentioned.
Slide 14 describes how you should create a target configuration.
You can load the .out on the corresponding CPU, seems like A15 in your case.
Regards,
Rishabh
I followed Slide 14 which says:
TDA2x EVM Debug Setup
14
•In CCS, setup TDA2x target configuration with Spectrum Digital XDS560v2 STM USB Emulator connection
–Go to File New Target Configuration File
–Type file name as XDS560v2_VAYUEVM and click Finish
–Now select Connection as “Spectrum Digital XDS560V2 STM USB Emulator”
–Type ADAS-S28 in the Device field; device names will be filtered; select/check ADAS-S28
–Click on Target Configuration from Advanced Setup (RHS)
–Check Bypass for the unused CPUs to save time when launching.
–Select View->Target Configurations to see a list of all configuration files.
–Select the one you just created (as XDS560v2_VAYUEVM.ccxml) under User Defined.
–Launch the debug session by selecting the Launch Selected Configuration in the context menu.
In Step 2 I clicked Finish as it says, the window closed.
But step 3 where is connection ?
I cannot find it.