![Fujitsu F2MC-16LX FAMILY Скачать руководство пользователя страница 18](http://html.mh-extra.com/html/fujitsu/f2mc-16lx-family/f2mc-16lx-family_installation-manual_121787018.webp)
MB2147 – Installation Guide
Chapter 3 Setting up the Emulation Software
MCU-AN-390070-E-V29
- 18 -
© Fujitsu Microelectronics Europe GmbH
On the top of the screen you find a standard menu bar with some icons.
The left window shows the Structure of the work space including the source codes, include
files, header files and debugger information.
The right upper window is used for editing and observing files.
The lower Window is the status and message window.
Open the file
Main.c
by double clicking it in the left upper
Window.
The following c code will be displayed in the right upper window:
Now choose the Menu
Project/Build
or press Ctrl+F8. Now the complete project will be
compiled and all object codes will be created.
The message Window will now display:
Now building...
--------------------Configuration: IOport.prj - Debug--------------------
Start.asm
Main.c
vectors.c
Mb90390.asm
Now linking...
C:\…..\mb90390\IOport\ABS\IOport.abs
Now starting load module converter...
C:\…...\mb90390\IOport\ABS\IOport.mhx
------------------------------
No Error.
------------------------------
Depending on your communication interface to the emulator, double click one of the
following download methods in the upper left window:
•
MB2147-01_COM1.sup
•
MB2147-01_LAN.sup
•
MB2147-01_USB.sup
After a short moment, the Softune Workbench will go in its debugger state. The Window will
look like this: