Hi,
whats wrong in this part?
SIGEV_INTR_INIT( &event );
iid = InterruptAttachEvent( irq, &event, _NTO_INTR_FLAGS_TRK_MSK );
for (;
{
printf(“vor InterruptWait!\n”);
InterruptWait (0,NULL);
…
Please help me!
Thanks
Andreas
Hi,
whats wrong in this part?
SIGEV_INTR_INIT( &event );
iid = InterruptAttachEvent( irq, &event, _NTO_INTR_FLAGS_TRK_MSK );
for (;
{
printf(“vor InterruptWait!\n”);
InterruptWait (0,NULL);
…
Please help me!
Thanks
Andreas
At least you are missing InterruptUnmask(). Maybe that line just did not
make it when you did copy&paste. Anyway it is worth of checking.
Secondary, information you provided is not symply enough to make a
guess. It would be nice to know:
-dip
Andreas Lurz wrote:
Hi,
whats wrong in this part?SIGEV_INTR_INIT( &event );
iid = InterruptAttachEvent( irq, &event, _NTO_INTR_FLAGS_TRK_MSK );for (;
{
printf(“vor InterruptWait!\n”);
InterruptWait (0,NULL);
…
Please help me!
ThanksAndreas