Skip to main content

Operation Flow

Listed below are the steps to generate initialisation code using IO Wizard. Please refer to IO Wizard QuickStart guide or IO Wizard User’s Manual for the detailed procedure.

Launch IO Wizard from the Start Menu. (Start Menu > All Programs > IO Wizard > IO Wizard.exe)

Select target MCU and setup the clock settings in the main window.
Click <Load> to load any settings made in prior sessions.
Click <Next> to proceed to the next screen.

Individual peripheral’s settings can be configured through the window shown below.
Click <Save> to save all current settings into a file (filename.iow) for loading in future sessions.
After all settings are done, click <Generate> to run code generation.
User can choose to output the generated source files to specified folder or insert the generated source files into HEW.

For R8C and M16C Series, the following 3 files are generated in the Generated folder.

    • Config.c
    • Config.h
    • sfr_R8Cxxconfig.h (xx stands for group name, example: 2D) 

For H8/SLP Series, the following 4 files are generated in the Generated folder.

    • Config.c
    • Config.h
    • intprg.c
    • iodefine.h

End of content

Back To Top