This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tagret Board with two flash chips


On Fri, Oct 13, 2006 at 03:01:58PM +0800, Jack Chen wrote:
> Hi Gary:
>  I'm modify  
>  packages\hal\arm\xscale\grg\current\include\hal_platform_extras.h
>  like follows:
>   
> // 16MB Flash  (Expansion bus CS0)
> .rept 0x510 - 0x500
> FL_SECTION_ENTRY __base,0,3,0,0,1,0
> .set __base,__base+1
> .endr 
> 
> // 16MB Flash  (Expansion bus CS1)
> .rept 0x520 - 0x510
> FL_SECTION_ENTRY __base,0,3,0,0,1,0
> .set __base,__base+1
> .endr
> 
> // Rest of Expansion bus (CS2-CS7)
> .rept 0x600 - 0x520
> FL_SECTION_ENTRY __base,0,3,0,0,0,0
> .set __base,__base+1
> .endr
> 
> The console display:
> 
> +$T0a0f:0000904c;0d:0000b2c8;#a8

Try using gdb to decode this string. It will tell you where it
crashed.

        Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]