DSPRelated.com
Forums

Re: MY GEL FILE(Modified) + ERRORS + MY SOURCE FILE to Jeff

Started by Jeff Brower September 18, 2006
Arunav-

> My problem related to GEL file has not solved yet now. I am struggling my
> best, but still confused about a thing, If I am using a .CMD file and
> Vector.asm file, then there is any need to include a GEL file,

A functional .gel file is an independent objective. The purpose is to
verify that CCS + emulator "sees" your hardware correctly, and therefore
enables powerful debug tools in CCS. Even basic CCS functionality such as
Memory View depend on a correctly defined .gel file that matches the
specific hardware.

> The Problem related to GEL file has not solved I am working over the
> suggession that u instructed me with the location of CE1# via *(int
> *)0x01800004 = 0xFFFFFF23; that I am putting the same place in GEL file,
> that I had sent you in last to last mail. I have also created a .cmd file
> and vector.asm, that I will post om Monday evening to the group.

All references to CE1 should be removed, since you don't have anything
connected in that memory space. Also, even for CE2 to function, I think
you may need a valid ECLKIN in signal, otherwise some of the EMIF
registers may not function correctly.

-Jeff