Description: nf300 ============ CPU: MC68332 @16MHz, automotive TPU mask RAM: 256k ROM: 1M (2 x M29F040B) The nf300 board has been designed by the Nuernberg German school for pedagogical purposes. As such it's a very minimal and open board, including only the M68332, flash, RAM, clock and reset circuitry, plus BDM and power connectors. All the processor's signals are available on connectors. Complete hardware documentation plus MS-DOS assembly tutorial (in English and/or German) : http://wwwsoft.nf.fh-nuernberg.de/labs/mikrocomp/nf300/NF300.HTM A book in German has been published about micro-controller programming, illustrated by the use of the nf300 : Urbanek, Peter: Mikrocomputertechnik. B.G. Teubner Stuttgart, Leipzig 1999, ISBN 3-519-06262-3, 243 pages with CD-ROM. The nf300 board is manufactured by and can be purchased from VHF : VHF elektronik GmbH http://www.vhf.de nf300_support@vhf.de Also available from VHF : - A BDM-Interface for PC parallel port. - A general purpose "Eval Board" for the nf300, with RTC, AD/DA converter, RS232 level serial interface, IR, 4 push button, optional Altera Flex 10K10 FPGA (no JTAG), 8 LEDs (4 without FPGA), connectors for TPU and QSPI, and LCD display connector (2x16 characters or 128x64 pixels available). Prices examples (2001) : nf300 + BDM interface = 190 euros / $205 US Eval Board with 2x16 LCD without FPGA = 470 euros / $507 US This BSP has been ported from the efi332 BSP. TODO: ===== - (from efi332 : ) integrate the interrupt driven stdin/stdout into RTEMS to (a) reduce the interrupt priority and (b) to prevent it from blocking. - (from efi332 : ) add a timer driver for the tmtest set. - get rid of the sed script processing ./start/start.c (m68k gas behavior with '|') Jean-Baptiste Maillet jmaillet@club-internet.fr