Part Number: DRA821U
I am trying to be clearer in my question, I asked this once but didn't get an an answer.
Is it possible to use CCSv12.4 on Windows with the J7200-DRA821U for RTOS?
The documentation says I can and gives a description of how to do it here
I have followed all of the steps.
- I am building on the command line with gmake using this command "gmake -j all BOARD=j7200_evm CORE=mcu1_0" this works
- after building I have a binary folder with lots of .oer5f files in subfolders like this folder pdk_j7200_09_00_01_03\packages\ti\binary\ti\kernel\obj\j7200\mcu1_0\release
- In CCS I load the target configuration
- I run the script js:> loadJSFile C:\ti\ti-processor-sdk-rtos-j7200-evm-09_00_00_07\pdk_j7200_09_00_00_45\packages\ti\drv\sciclient\tools\ccsLoadDmsc\j7200
- That works and I get to the "Happy Debugging!!" line
- In the debug window I attach to the R5F
- I click run->load->load program window
Now I am at the end of the instructions, they just say load the program. But I only have .oer5f files and load program is looking for these file types Program Files(*.out;*.axf;*.x*;*.hex;*.i*;*.txt;*.elf)
Four questions please
- Is it possible to use CCSv12.4 on Windows with the J7200-DRA821U for RTOS? If no how do I load programs?
- Am I doing something wrong?
- Are the instructions wrong or incomplete?
- Is the build processes supposed to output .out files?
Jeff