Back to home page

LXR

 
 

    


Warning, /bsps/m68k/gen68340/README.md is written in an unsupported language. File is not indexed.

0001 gen68340
0002 ========
0003 
0004 This package requires a version of GCC that supports the `-mcpu32` option.
0005 
0006 Please send any comments, improvements, or bug reports to:
0007 Geoffroy Montel
0008 g_montel@yahoo.com
0009 
0010 This board support package works both MC68340 and MC68349 systems.
0011 
0012 Special console features:
0013 - support of polled and interrupts mode (both MC68340 and MC68349)
0014 - support of FIFO FULL mode (only for MC68340, the MC68349 doesn't have any timer, so
0015   you may write your own timer driver if you have an external one)
0016  
0017 The type of the board is automatically recognised in the initialization sequence.
0018 
0019 WARNING: there's still no network driver!
0020  I hope it will come in the next RTEMS version!
0021 
0022 ```
0023 BSP NAME:           gen68340
0024 BOARD:              Generic 68360 as described in Motorola MC68340 User's Manual
0025 BOARD:              Home made MC68340 board
0026 BOARD:              Home made MC68349 board
0027 BUS:                none
0028 CPU FAMILY:         Motorola CPU32
0029 COPROCESSORS:       none
0030 MODE:               not applicable
0031 
0032 DEBUG MONITOR:      none (Hardware provides BDM)
0033 DEBUG SETUP:        EST Vision Ice
0034 
0035 
0036 ```
0037 PERIPHERALS
0038 -----------
0039 ```
0040 TIMERS:             two timers
0041   RESOLUTION:       one microsecond
0042 SERIAL PORTS:       2 channel on the UART
0043 REAL-TIME CLOCK:    yes
0044 DMA:                yes
0045 VIDEO:              none
0046 SCSI:               none
0047 NETWORKING:         Ethernet on SCC1.
0048 ```
0049 
0050 
0051 DRIVER INFORMATION
0052 ------------------
0053 ```
0054 CLOCK DRIVER:       
0055 IOSUPP DRIVER:      
0056 SHMSUPP:            none
0057 TIMER DRIVER:       Timer 1 for timing test suites
0058                     Timer 2 for console's FIFO FULL mode
0059 ```
0060 
0061 
0062 STDIO
0063 -----
0064 ```
0065 PORT:               1
0066 ELECTRICAL:         
0067 BAUD:               9600
0068 BITS PER CHARACTER: 8
0069 PARITY:             None
0070 STOP BITS:          1
0071 ```
0072 
0073 
0074 Board description
0075 -----------------
0076 ```
0077 clock rate:     25 MHz
0078 bus width:      16-bit PROM, 32-bit DRAM
0079 ROM:            To 1 MByte, 60 nsec (0 wait states), chip select 0
0080 RAM:            1 to 16 MByte DRAM SIMM, 60 nsec (0 wait states), parity or nonparity
0081 ```
0082 
0083 Host System
0084 -----------
0085 Cygwin 32
0086 
0087 Verification (Standalone 68360)
0088 -------------------------------
0089 Single processor tests:  Passed
0090 Multi-processor tests:  not applicable