
 |
FR30DEMO V1.0
Demonstration program with various features
Shows how to set up almost all internal resources of the MB91101.
Download the generated "Fr30demo.mhx" to the FR30-Starterkit using Starterkit Wizard (provided in the tools-directory).
Set the SKWizard to "32-Bit Starterkit", then set the appropriate COM-port and press connect.
Press user reset on the Starterkit and then dowload the file using the "Load"-button.
For your own software-projects, copy the provided xxx.C files to your project or copy&paste from the examples.
|

 |
TIMDEMO V1.0
Shows how to use a 16-Bit timer to drive a simple second counter.
|

 |
DISPLAY V1.0
Shows how to connect an external LCD-Module to the MB91101
|

 |
TANKSIM V1.0
A demo project which shows how to use the simulator.
The algorithm is a smoothing filter like it is used in tank-gauges.
A "noisy" A/D-input can be simulated with values from an inputfile.
The smoothed output values can be written to an output-file.
Use "Tanksim.Prc" to configure the simulator for this purpose.
|

 |
TIMDEMO2 V1.0
Shows how to use a 16-Bit timer to drive a simple second counter.
Using Procedure file to speed up emulator download transfer.
|

 |
TEMPLATE V1.1
This is a project template for the MB91101.
It includes some basic settings for e.g. Linker, C-Compiler which must be checked and modified in detail, corresponding to the user application.
|

 |
UART0 V1.1
This sample uses the Uart0 of the MB91101 to write characters to a terminal program.
Afterwards, it echos incoming characters from the Keyboard to the terminal program.
The Baudrate is 9600, data lenght is 8Bit, one stop bit and no parity is used.
|

 |
IOPort V1.1
This sample is made for the MB91101.
The sample initializes one port as output and writtes start data to the port.
After this the value of the port is changed by decrementing the initialized value.
A delay loop is necesary to see the port LEDs flashing.
|

 |
RLTimer V1.1
This sample intialize the Reloadtimer0 and Reloadtimer1.
The both Reloadtimer toggle a port at a different frequency.
There are triggered by software.
The Reloadtimer uses the interrupt service routine to toggle the port and clear the unterflow flag.
Than start counting again.
|

 |
History of the MB91101:
| Date | Revision | Description |
| 13.06.01 | V01R02 | Example Package released |
| 10.04.01 | V01R01 | Example Package released |
| 20.07.00 | - | Add Interrupt settings into Startup.asm |
| 10.07.00 | V01R00 | Example Package released |
| 06.07.00 | - | change samples (Temp,IOPort,RLTimer,Uart0) |
| 04.07.00 | - | New examples added (Template,IOPort etc.) |
| 30.05.00 | - | Example Printf added |
|