Crossware

Table of Contents        Previous topic       Next topic       

Code Creation Wizards->Interrupt and I/O Handlers

If the peripheral supports interrupts and if the text cursor is in a normal source file, the Insert at End of File option will be available.  If you select this option, an interrupt handler function will appear in the list view above it.  If you click on Insert, this interrupt handler function will be added to the end of the file in which the cursor is located.  You can then add your specific handler code to this function.

In some cases, the Wizards can create additional code too.  For instance the UART Wizard can create a complete interrupt handler and a full set of I/O handlers.