Readme.txt for BSP for project v850E2_MN4

This project was built for GHS Multi V5.1.6C for V850
and should be usable with newer versions also.

Supported hardware:
===================
The sample project for the V850E2_MN4 is prepared
to run on an NEX V850E2/MN4 Evaluation board with
uPD70F3512 CPU, but should be usable on other hardware as well.
Using different target hardware may require modifications
in RTOSInit_V850E2_MN4.c and the interrupt vector table

Configurations
==============

The sample start project is configured to be downloaded into
internal Flash an RAM using a MINICUBE emulator.
It uses an embOS debug and profiling library.

The project settings enable communication to embOSView
via UARTF3 by a preprocessor define OS_UART=3.
If communication to embOSView shall not, or can not be used,
OS_UART should be defined as (-1) in the project settings.

Using embOSView with UART1:
To use UARTJ1 on the V850E2/MN4 Evaluation board
* Set JP8 intoposition 2-3 (RXD1F)
* Set the preprocessor definition OS_UART=1 in the project options.
Note, that CAN0 can not be used in this configuration.

Using embOSView with UART3:
To use UARTJ31 on the V850E2/MN4 Evaluation board
* Set SW2.1 to the ON position
* Set SW2.2 to the ON position
* Set the preprocessor definition OS_UART=3 in the project options.

