MB91F465XA EMULATION
Chapter 4 Softune Workbench
© Fujitsu Microelectronics Europe GmbH
- 19 -
MCU-AN-300015-E-V11
4.2.1 Use Configuration EMULATOR
Select the configuration EMULATOR.
Figure 4-1: Project configuration selection
This configuration shall be used for the emulation system (MB2198-01 Emulator). The macro
switch “EMULATOR” is set to “1”. The header-file and interrupt vector table for the emulation
system are included.
Check MCU settings in the module start91460.asm. Be careful regarding any modifications.
In the module start91460.asm some basic MCU settings are already done and some initial
data copy transfers are already performed for specific data sections e.g. INIT. Be aware of
the maximum frequency of 80 MHz for emulation system. Set the PLL accordingly. Check
module vectors.c if any interrupts are used for proper vector table set-up.
Write application code in the module main.c or add any other module to the project.
Write and modify source code and settings corresponding to the needs of the application.
Finally use “
Make
”, or “
Build
” to compile and link the project. The generated output files can
be found in the sub-folder EMULATOR of the project folder.
Note:
Always check the memory map of the linker settings and ensure
that this memory map is suitable for the application and target
system in use. Additionally the *.mp1 file should be checked to
ensure correct settings.
Select the
configuration
EMULATOR.