
 |
ADC_EI2OS Project:
This sample scannes 6 channels of ADC.
The values of the ADC are transfer via EI2OS to a defined buffer address (SDRval).
|

 |
ADC_irq Project:
This demo project initialises the AD converter, using interrupts to read out the converted data.
|

 |
Adc495 Project:
Initialize of the ADC.
Conversion data is read out using polling.
|

 |
Test Project:
It is a test application to send an welcome string to the serial output UART0, Uart1 and echos every receiving character.
Baud rate 9600, no parity, 1 stop bit and a data length of 8 bit.
No interrupts are used.
|

 |
ICU03 Project:
It initializes the input capture0-3.
Also the 16bit Free RunningTimer.
|

 |
IOPort Project:
IOPort-project simply counts down an internal variable and outputs the counter value to port0.
No interrupts are used.
|

 |
PPG Project:
Interrupt service routine of Reload-timer is used to modify PPG channel 1.
|

 |
PPG16 Poject:
The Interrupt service routine of Reload-timer0 is used to modify
PPG channel 1.
The PPG0 and PPG1 pins are connencted to the 16-bit output.
|

 |
Reload Timer Project:
Reload-project uses interrupts of reload-timer0 and reload-timer1 to toggle LEDs.
|

 |
Template Project:
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 Project:
It is a test application to send an welcome string to the serial output UART0 and echos every receiving character.
Baud rate 1200, no parity, 1 stop bit and a data length of 8 bit.
No interrupts are used.
|

 |
Uart0_syn Project:
It initialize the UART0 for synchron transfer mode.
The data is transmit and received by the same Uart.
When data is received it is copied to a buffer and outputed at the led's.
|

 |
Uart1 Project:
It is a test application to send an welcome string to the serial output UART1 and echos every receiving character.
Baud rate 9600, no parity, 1 stop bit and a data length of 8 bit.
No interrupts are used.
|

 |
Uart1_extclk_115k Project:
It is a test application to send an welcome string to the serial output UART1 and echos every receiving character.
Baud rate 115K if externally 1.84MHz is supplied to SCLK clock input of UART1, no parity, 1 stop bit and a data length of 8 bit.
No interrupts are used.
|

 |
Uart1_115k_7_3728 Project:
It is a test application to send an welcome string to the serial output UART1 and echos every receiving character.
Baud rate 115K if externally a 7,3728MHz crystal is used for the CPU clock, no parity, 1 stop bit and a data length of 8 bit.
No interrupts are used.
|

 |
WatchTi Project:
Programming Watch Timer in Interrupt mode.
Toggle port P02.
|

 |
Reload_1_shot Project:
Reload-project uses interrupts of reload-timer0 to toggle LEDs.
The reload timer is used in the one shot mode and is triggered by the TIN-pin.
When ever a rising egde is detected on the TIN-pin the reload timer is starded.
The reload timer can be retrigger by the TIN-pin when an rising egde is detected on the TIN-pin.
The reload timer will be reseted immediately and starts down counting from the reload value on.
|

 |
PPG16 Project
The Interrupt service routine of Reload-timer0 is used to modify PPG channel 1.
The PPG0 and PPG1 pins are connencted to the 16-bit output.
|

 |
UART RX Serial EIIOS Project:
Project sets up EIIOS function to transfer data from SIDR0 to memory.
Interrupts are enabled.
|

 |
UART TX Reload EIIOS Project:
Project sets up reload Timer channel 0 to send character to SODR0 in compare match interrupt.
|

 |
UART TX Serial EIIOS Project:
Project sets up EIIOS function to transfer data from Memory to SODR0.
Interrupts are enabled.
|

 |
History of the MB90495:
| Date | Revision | Description |
| 13.06.01 | V01R01 | Example Package released |
| 05.06.01 | V1.01 | Example PPG16, RMV instructions removed |
| 05.06.01 | V1.01 | Example PPG, RMV instructions removed |
| 05.06.01 | V1.01 | Example ADC495, RMV instructions removed |
| 05.06.01 | V1.03 | Example ADC_irq, RMV instructions removed |
| 12.01.01 | - | Example PPG16 added |
| 17.11.00 | - | Example Reload_1_shot added |
| 10.08.00 | V01R00 | Example Package released |
| 08.08.00 | - | new header files insert to template prj. |
| 19.06.00 | - | Add main_0-5.c file to ADC_IQR |
| 19.06.00 | - | Change of Readme.txt (ADC_IRQ) |
| 15.06.00 | - | Example ADC_EI2OS added |
| 06.03.00 | - | UART RX Serial EIIOS Project Added |
| 06.03.00 | - | UART TX Reload EIIOS Project Added |
| 06.03.00 | - | UART TX Serial EIIOS Project Added |
|