User guide

CIF Module - SimpleVSP
68 CoMET Version 5.9 – Tutorial
/* define any additional handers required for your specific VPM */
/*****************************************************/
/* Empty IRQ & FIQ handlers called from crt0 */
/*****************************************************/
void irq_handler(void)
{
}
void fiq_handler(void)
{
}
/* bottom of file */
This code uses the TSPI (Target Software Programming Interface) to allow use of the
standard C stdout facility from within target software. For more details on TSPI see VaST
Target Software Programming Interface Functions For Register-Level Virtual Processor
Models User Guide.
Your VPM may have a number of different requirements, such as a different memory base
and different requirements for handlers.
Adjust the code to suit your VPM.
Compile it and generate a binary image.
For the ARM family of processors CoMET can integrate compiling and editing target code as
projects within the SEE.