Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

Problem in Debugging GEL files

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 17527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>