User`s manual
SCIOPTA - Real-Time Kernel
15-6 Manual Version 4.1 User’s Manual
SCIOPTA - Real-Time Kernel
15 Building SCIOPTA Systems
15.5.4 ARM CPU Family Assembler Source Files
Typical files for ARM architecture and specific CPU families.
irq_handler.<ext> Interrupt wrapper.
irq_handler_mmu.<ext> Interrupt wrapper including MMU support.
serial_irq.<ext> Interrupt wrapper for serial interrupts.
sys_irq.<ext> Interrupt wrapper for system interrupts.
systick_irq.<ext> Interrupt wrapper for systick.
eintx_irq.<ext> Interrupt wrapper for eint0..3 for LPC2000.
softint_irq.<ext> Interrupt wrapper for SOFTINT for LPC2000.
spi_irq.<ext> Interrupt wrapper for spi0 and spi1 for LPC2000.
timer_irq.<ext> Interrupt wrapper for timer0/1 for LPC2000.
memcopy.<ext> Memcopy routines.
File extensions <ext>: S GNU GCC
File location: <install_folder>\sciopta\<version>\bsp\arm\<cpu>\src\gnu\
s79 IAR Version 4.x
File location: <install_folder>\sciopta\<version>\bsp\arm\<cpu>\src\iar\
s IAR Version 5.x
File location: <install_folder>\sciopta\<version>\bsp\arm\<cpu>\src\iar\
s ARM RealView
File location: <install_folder>\sciopta\<version>\bsp\arm\<cpu>\src\arm\
Please Note: Not all files are needed for all CPU families. Please consult the examples in the SCIOPTA deliv-
eries, the sources and the project requirements to include the needed files.
15.5.5 PowerPC CPU Family Assembler Source Files
Typical files for PowerPC architecture and specific CPU families.
exception.<ext> PowerPC kernel - exception handling.
core.<ext> Some helper function to access SPFRs.
systick.<ext> System tick interrupt handler.
systick_vle.<ext> System tick interrupt handler including PowerPC VLE code support.
File extensions <ext>: S GNU GCC and Windriver
File location: <install_folder>\sciopta\<version>\bsp\ppc\<cpu>\src\
Please Note: Not all files are needed for all CPU families. Please consult the examples in the SCIOPTA deliv-
eries, the sources and the project requirements to include the needed files.










