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.

DRA821U: Using CCS for RTOS on Windows

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

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/09_00_01_01/exports/docs/psdk_rtos/docs/user_guide/ccs_setup_j7200.html#debugging-without-hlos-running-on-a72-rtos-only-baremetal

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

  1. Is it possible to use CCSv12.4 on Windows with the J7200-DRA821U for RTOS? If no how do I load programs?
  2. Am I doing something wrong?
  3. Are the instructions wrong or incomplete?
  4. Is the build processes supposed to output .out files? 

Jeff