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.

Compiler: TDP for CCS ver 6.1.3

Other Parts Discussed in Thread: TM4C123BH6PGE

Tool/software: TI C/C++ Compiler

I am working on TDP development for TM4C1234bh6pge in CCS V6.1.3.

when project is executed Memory is not initializing with my target board to RTRT TDP application

Target connected successfully

Data loaded successfully

Target Running successfully

but no output file generated.

When compared to already executed output RTRT output console, it came to no that GEL output files/ Memory initialization not happened

Could any one suggest how to get GEL output: Memory Initialization done

Thanks!

Ramana

  • Ramana,

    Looking at the tm4c123bh6pge.gel file I can see that the message "GEL output: Memory Initialization done" will be displayed when the GEL function memory map_init() is executed. This function gets executed when the debugger starts up and prior to actually connecting to the device. So you would only see this message when the debugger is first launched and not in-between runs.

    The only thing it is doing is setting up the memory map for the debugger, i.e. telling the debugger where valid memory is. It is not initializing the memory. I am going to loop in someone on the device side to help with this.

    Regards,
    John