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.

Problem in Debugging GEL files

Other Parts Discussed in Thread: AM1808

I am trying to Load GEL file on AM1808 processor using ccs4.

I have modified the PLL0 base address to 01C11000h to C1080000h, and also modified the DDR2 setting accordingly.

But when i start debug, the code stuck in an infinite loop.

   /*Wait for the GOSTAT bit in PLLSTAT to clear to 0 (completion of phase alignment).*/
   while(PLL0_PLLSTAT & 0x1==1) { }


and after a while the following output is shown in the console.

ARM9_0: Output:     Memory Map Cleared.
ARM9_0: Output:     ---------------------------------------------
ARM9_0: Output:     Memory Map Setup Complete.
ARM9_0: Output:     ---------------------------------------------
ARM9_0: Output:     PSC Enable Complete.
ARM9_0: Output:     ---------------------------------------------
ARM9_0: The GEL callback "OnTargetConnect()" is no longer running atomically
ARM9_0: Output:     PLL0 init done for Core:300MHz, EMIFA:25MHz
ARM9_0: Output:     mDDR initialization is in progress....
ARM9_0: Output:     PLL1 init done for DDR:150MHz
ARM9_0: Output:     Using mDDR settings
ARM9_0: Output:     mDDR init for 150 MHz is done
ARM9_0: Output:     ---------------------------------------------
ARM9_0: Output:     DSP Wake Complete.
ARM9_0: Output:     ---------------------------------------------

Is it a successful result or am i suppose to modify the gel file again ?