
SCIOPTA - Real-Time Kernel
3-8 Manual Version 4.1 User’s Manual
SCIOPTA - Real-Time Kernel
3 Getting Started
7. Launch the SCIOPTA configuration utility SCONF from the desktop or the Start menu.
8. Load the SCIOPTA example project file hello.xml from your project folder into SCONF.
File > Open
9. Choose the Build All button or press CTRL-B to build the kernel configuration files.
The following files will be created in your project folder:
• sciopta.cnf
• sconf.c
• sconf.h.
10. Launch the IAR Embedded Workbench.
11. Click on the Open existing workbench button in the Embedded Workbench Startup window.
12. Browse to your example project directory and select the IAR Embedded Workbench file for your selected
board: <file_name>.eww.
13. Select the project in the Workspace and Make the project (menu: Project > Make) or type the F7 button.
14. The executable (sciopta.elf) will be created in the Output folder of the project.
15. Download and debug the sciopta.elf file into the target system (menu: Project > Debug) or type the Ctrl+D
button.
16. If you have connected a serial line from the COM port of your host PC to the UART of your target board, open
a terminal window on your PC and connect it to your selected PC COM port. Parameters are 115200Bd, 8 Bit,
no parity, 1 stop bit, no flow-control.
17. Run the system (menu: Debug > Go) or type the Go button.
18. Now you can check the log messages on your host terminal window.
19. You can also set breakpoints anywhere in the example system and watch the behaviour.
Comentarios a estos manuales