DSPRelated.com
Forums

Interrupts on 56F801

Started by zuffpasc January 21, 2004
Re-hello!
It's my second basic message today, sorry, but I'm doing my diploma,
so I'havent really the time to read all the documentation...
Therefore, I try to get some of your knowledges!!

About the interruptions... I have learned to do things like:
____________________________________________________
#pragma interrupt_handler int0_handler: iv_INT0

//init interrupts registers
....

...

void int0_handler(void)
{
...
}
_____________________________________________________

But...with the 56F800Demo_Board SDK... it's so... so complicated at
fist view!! And I just need to make a simple ISR.

What's the simplest way to do ISR with CodeWarrior and a 56F801?
Is SDK really so different than my basics knowledges?

Thank you in advance...

Pascal