On Tue, Sep 19, 2006 at 03:29:56PM +0100, [EMAIL PROTECTED] wrote:
> Hi Andrew
> 
> Ive been looking in the hal_platform_setup and it seems as though 
> Redboot copies the first 64 bytes of vectors to internal SRAM. An 
> then remaps the vectors  to internal SRAM. 
> 
> What then happens if an interrupt occurs in my code, How is it 
> handled by Redboot.
> 
> Should I copy by vectors to this location?
> 
> I am a bit confused

Is you application an eCos application? If so eCos will do this
itself.
 
However if you are writing a standalone application which does not use
eCos, you have to look after interrupts yourself.

      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

Reply via email to