This is the mail archive of the ecos-discuss@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: flash-support on AT91SAM7


> I have read the documentation you provided the link for - but I still do  
> not understand how to use these functions. I also have seen the 
> definition of externC - but I do not understand its meaning or how it 
> works. Furthermore, I can not locate in my eCOS a file flash.h - all I 
> have is <pkgconf/devs_flash_at91.h> - and this looks rather empty :(

Have you added the generic flash packet?

ecosconfig add flash

The flash code in eCos is split into two part. There is the hardware
specific part, which you have already found for the AT91. There is
also a generic part which is hardware independent. You will find this
in packages/io/flash. 

   Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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