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

 |
PortIO V1.0
This demo initialises the 16 bit timer and counts every second the display up.
Therefore the timer interrupts are used.
|

 |
UART0 V1.1
This sample uses the Uart0 of the MB91109 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.
|

 |
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.
|

 |
IOPort V1.1
This sample is made for the MB91109.
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.
|

 |
ADC V1.1
This sample shows how to use the ADC of the MB91109.
No interrupt handling is used.
The ADC runs at the single mode and is triggert by software, ervery time the AD convertion is complete.
Only one channel is scanned.
|

 |
Section V1.0
This samples shows how C modes can be linked on specific addresses.
|

 |
DMA V1.0
This sample for the MB91109 initialize the DMAC and copy some data from an internal RAM address to another internal RAM address.
The DMA transfer is started with an 'H' level at pin DREQ0.
After transfer is finised an interrupt is requested to the CPU.
|

 |
UART0_SYNCH V1.0
This sample for the MB91109 initialize the Uart0 for synchronous mode.
With a baud rate of 500k data is send and received by the Uart0.
The two interrupts receive and trandmit are used.
|

 |
History of the MB91109:
| Date | Revision | Description |
| 13.06.01 | V01R02 | Example Package released |
| 12.06.01 | - | add new header file to Template |
| 11.06.01 | - | add Uart0_Sychron example |
| 10.04.01 | V01R01 | Example Package released |
| 03.08.00 | - | Add new Samples (Section, DMA) |
| 20.07.00 | - | Add Interrupt settings into Startup.asm |
| 10.07.00 | V01R00 | Example Package released |
| 06.07.00 | - | Change samples (ADC,Temp,Uart0,RLTimer) |
| 05.07.00 | - | Add ADC Project |
| 04.07.00 | - | New created |
|