public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Triggering interrupt on the mpc5200 running eCos
@ 2005-12-15 12:42 Boni Jean
  2005-12-15 13:55 ` Alluitz
  0 siblings, 1 reply; 2+ messages in thread
From: Boni Jean @ 2005-12-15 12:42 UTC (permalink / raw)
  To: ecos-discuss

hi everybody!

i am working with the boa5200 evaluation board, which has an mpc5200 chip on 
it.
i want an interrupt to be triggered, once i pull external pin /IRQ2 down 
low.
I created an interrupt with the cyg_interrupt_create function, using the 
vector
number 27 (from #define CYGNUM_HAL_INTERRUPT_IRQ2 which i found in 
cyg/hal/var_intr.h).
I set the right bits in the Mpc5200's register MPC5XXX_ICTL_EENAB (in 
cyg/hal/mpc5xxx).
The main problem is that i am not able to attach the interrupt to the global 
interrupt
vector, using the cyg_interrupt_attach command. From debugging, i see that 
the attach()
command calls the HAL_INTERRUPT_SET_LEVEL macro from intr.cxx
(in ecos/packages/kernel/current/src/intr.cxx). From there, it jumps to the 
EMPTY function
cyg_hal_interrupt_set_level in var_intr.c (in 
ecos/packages/hal/powerpc/mpc5xxx/current/src/var_intr.c).
It then jumps back to the macro HAL_INTERRUPT_IN_USE in the intr.cxx 
function, then to the
macro HAL_INTERRUPT_ATTACH in intr.cxx, but nothing more is done.
I also checked out the mpc5200 register Main Interrupt Status All Register, 
but
it does not indicate any pending interrupt, which means that the interrupt 
has not been
attached.
please, HELP!!!!

-John-



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-15 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-15 12:42 [ECOS] Triggering interrupt on the mpc5200 running eCos Boni Jean
2005-12-15 13:55 ` Alluitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).