
SCIOPTA - Real-Time Kernel
3-6 Manual Version 4.1 User’s Manual
SCIOPTA - Real-Time Kernel
3 Getting Started
6. Launch the SCIOPTA configuration utility SCONF from the desktop or the Start menu.
7. Load the SCIOPTA example project file hello.xml from your project folder into SCONF.
File > Open
8. Click on 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.
9. Launch the iSYSTEM - winIDEA Emulator/Debugger.
10. Open the example workspace (menu: File > Workspace > Open Workspace...). Browse to your example
project directory and select the workspace file <project_file_name>.jrf.
11. Make the project (menu: Project > Make) or type the F7 button.
12. The executable (sciopta.elf) will be created in the debug folder of the project.
13. Download the sciopta.elf file into the target system (menu: Debug > Download) or type the Ctrl+F3 button.
14. 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.
15. Run the system (menu: Debug > Run) or type the F5 button.
16. Now you can check the log messages on your host terminal window.
17. You can also set breakpoints anywhere in the example system and watch the behaviour.
Kommentare zu diesen Handbüchern