Getting Started; Using The Mb91F362 Cpu-Module; Using The Mb91F369 Cpu-Module - Fujitsu CREMSON MODULAR STARTERKIT User Manual

Table of Contents

Advertisement

3 Getting Started

Make sure you have Softune Workbench for FR and the additional tools (e.g. the
flashprogrammer) installed on your PC and the evaluation board is ready to use. Refer to
Chapter 2 for details on the hardware and software installation.

3.1 Using the MB91F362 CPU-module

If you have a system with the MB91F362 CPU module, you can not use the monitor
debugger. Instead, you have to program the application to the embedded flash. Therefore,
the provided examples are already linked for the embedded flash area of the MB91F362
(08:0000...0F:FFFF).
Creating applications for this board configuration could look like this :
1. Modify an existing project for the F362 CPU board and the GDC subboard
2. Compile&Link (Build) the project to create a valid loadmodule for the embedded flash
3. Use the MB91360 flash programmer tool to program the embedded flash
4. Test the application in stand-alone mode and continue at step 1.

3.2 Using the MB91F369 CPU-module

If you have a system with the MB91F369 CPU module, you are able to use the monitor
debugger of Softune workbench. Hence, the examples are linked for the additional
debugging RAM of the F369 CPU-module (80:0000...8F:FFFF). Your application will be
downloaded to the debugging RAM automatically by starting the debugger.
Alternatively, you can also program the application to the embedded flash of the MB91F369
to create a stand-alone application which starts immediately after a reset. To do so, you
have to re-link the application to the internal flash area (08:0000..0F:FFFF).
Creating applications for this board configuration could look like this :
1. Modify an existing project for the F369 CPU board and the GDC subboard
2. Compile&Link (Build) the project to create a valid loadmodule for the ext. RAM
3. Start the debugger to download the application to the ext RAM
4. Test and debug the application in the debugger
5. Return to the development area of Softune Workbench to make changes
6. Continue at step 2 until your project has reached a stable stage
7. Change the linker settings for internal flash (see Appendix)
5. Use the MB91360 flash programmer tool to program the embedded flash
6. Test the application stand-alone
7. Change the linker-settings and continue at step 1. if necessary
Make sure to not overwrite the "security vector" (0x0FFEF4) – see hardware manual
Use the provided templates to make sure the sections are located correctly
© Fujitsu Microelectronics Europe GmbH
Cremson Modular Starterkit
Chapter 3 Getting Started
- 11 -

Advertisement

Table of Contents
loading

Table of Contents