Hi
I've just managed to get the Logic EVM with C6748 SOM (d800k002, silicon rev 1) booting from SPI flash and running my application from DDR. However, I noticed now that booting fails in about 1 in 7 times. If it fails, it is stuck at 0xC00EB0A8 (BNOP.S1):
SYS_EXITFXN, UTL_halt:
0xC00EB0A0: 01BC54F7 STW.D2T2 B3,*SP--[2]
0xC00EB0A4: 1FFF2012 || CALLP.S2 _HWI_disable (PC-1792 = 0xc00ea9a0),B3
C$L1:
0xC00EB0A8: 0002A120 BNOP.S1 C$L1 (PC+8 = 0xc00eb0a8),5
0xC00EB0AC: 00000000 NOP
0xC00EB0B0: 00000000 NOP
0xC00EB0B4: 00000000 NOP
0xC00EB0B8: 00000000 NOP
0xC00EB0BC: 00000000 NOP
CLK_TIMEFXN, CLK_F_gethtime, _CLK_gethtime:
My AISgen file is: (remove .jpg extension). In it, I've setup PLL0, PLL1, DDR and PSC.
I would think it's a timing issue but I'm not sure where to look for. Anyone who has a clue?
Admar