Specifications

Source Code Files
Contents
USB08 Evaluation Board Designer Reference Manual
MOTOROLA Source Code Files 119
VECJB8.C
// INTERRUPT VECTORS TABLE FOR HC908JB8
// Cosmic HC08 C Compiler
extern void _stext(); /* startup routine */
extern void isrDummy();
extern void isrUSB();
//extern void timer0ISR();
extern void isrKey();
void (* const _vectab[])() = {
isrKey, /* Keypad */
isrDummy, /* TIMER overflow */
isrDummy, /* TIMER channel 1 */
isrDummy, /* TIMER channel 0 */
isrDummy, /* IRQ1 */
isrUSB, /* USB */
isrDummy, /* SWI */
_stext, /* RESET */
};
Frees
cale Semiconductor,
I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...