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]

hal_interrupt_acknowledge(int vector) called with vector = 0xffffffff


I call cyg_drv_interrupt_acknowledge in my isr just after interrupt_mask and after more 50 interruption, this function fails when it calls hal_interrupt_acknowledge(int vector) and the reason is that arg vector is corrupted (vector = -1 instead of 7). In fact, I thought that my stacks size (more than 20 threads in my code and about 10 isr) is not enough and i increase their size but this did not resolve the problem. Separate stack for interrupt is disable.
If someone can help!
Thanks!
FALL Birahim
Elsys-Design 
PACA

 




________________________________________________________________
Sent via the WebMail system at elsys-design.com


 
                   

-- 
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]