Crossware

Table of Contents        Previous topic       Next topic       

Code Creation Wizards->Linked Wizards

Some of the Code Creation Wizards need information about the configurations of other peripherals.  For instance the UART Wizard needs to know about the configurations of the oscillator and the ports.  The UART Wizard obtains this information by invoking and interrogating the wizards of these other peripherals.  So when the UART wizard is open, there may be several other wizards active too.  

When you click on an item associated with a linked wizard, this wizard will be displayed enabling you to make changes to it.  This linked wizard can only insert code into xstdsys.c and the code that it generates will be written to xstdsys.c as soon as you click on the linked wizard Insert button.  Cancelling out of the main wizard will therefore not cancel the changes that you made to the linked wizard.