This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: DSR on MPC860


Nicpoñ Marcin wrote:
> 
> Welcome
> 
> I use SBC860 board with Motorola PowerPC MPC860 processor. In my
> application
> I use routines: cyg_interrupt_create, cyg_interrupt_enable,
> cyg_interrupt_attach, interrupt_configure, cyg_interrupt_unmask and in eCos
> Configuration Tool dsr interrupt is turned on but it doesn't work. Why dsr
> interrupt doesn't work and what should I do?

Whether a DSR is called is also determined by the return value from your
ISR. You probably want to return (CYG_ISR_HANDLED|CYG_ISR_CALL_DSR).

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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