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.

OMAP-L138 Gel File Memory Write Error?

Guru 15580 points

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

I am using the Logic Experimenter board and attempting to run one of the "Test" programs ("led_dip") on the ARM. The GEL file that comes with the board has a write failure during the OnTargetConnect() function.  Here's the GEL code:

OnTargetConnect( )

{

Clear_Memory_Map();

Setup_Memory_Map();

 

PSC_All_On_Full_EVM();

Core_300MHz_mDDR_150MHz();

Wake_DSP();

}

....and here's the console output....

 

ARM9_0: Output: Memory Map Cleared.

ARM9_0: Output: ---------------------------------------------

ARM9_0: Output: Memory Map Setup Complete.

ARM9_0: Output: ---------------------------------------------

ARM9_0: Output: Enabling Full EVM PSCs...

ARM9_0: Output: PSC Enable Complete.

ARM9_0: Output: ---------------------------------------------

ARM9_0: GEL: Error while executing OnTargetConnect(): Target failed to write memory at 0x01C11138.

========================================

Can someone give some guidance on what is happening?

thx

MikeH