readme
来自「RTEMS (Real-Time Executive for Multiproc」· 代码 · 共 106 行
TXT
106 行
## README for MCF5206eLITE Board Support Package## Copyright (C) 2000,2001 OKTET Ltd., St.-Petersburg, Russia# Author: Victor V. Vengerov <vvv@oktet.ru>## The license and distribution terms for this file may be# found in the file LICENSE in this distribution or at## http://www.rtems.com/license/LICENSE.## @(#) $Id: README,v 1.1.4.1 2003/09/04 18:44:30 joel Exp $### This board support package works with MCF5206eLITE evaluation board with# Motorola Coldfire MCF5206e CPU.## Many thanks to Balanced Audio Technology (http://www.balanced.com),# company which donates MCF5206eLITE evaluation board, P&E Coldfire BDM # interface and provides support for development of this BSP and generic# MCF5206 CPU code.## Decisions made at compile time include:## Decisions to be made a link-edit time are:# - The size of memory allocator heap. By default, all available# memory allocated for the heap. To specify amount of memory# available for heap:# LDFLAGS += -Wl,--defsym -Wl,HeapSize=xxx## - The frequency of system clock oscillator. By default, this frequency# is 54MHz. To select other clock frequency for your application, put# line like this in application Makefile: # LDFLAGS += -qclock=40000000## - Select between RAM or ROM images. By default, RAM image generated# which may be loaded starting from address 0x30000000 to the RAM.# To prepare image intended to be stored in ROM, put the following# line to the application Makefile:# LDFLAGS += -qflash## You may select other memory configuration providing your own# linker script.#BSP NAME: mcf5206eliteBOARD: MCF5206eLITE Evaluation BoardBUS: noneCPU FAMILY: Motorola ColdFireCOPROCESSORS: noneMODE: not applicableDEBUG MONITOR: none (Hardware provides BDM)PERIPHERALS===========TIMERS: PIT, Watchdog(disabled) RESOLUTION: one microsecondSERIAL PORTS: 2 UARTREAL-TIME CLOCK: DS1307NVRAM: DS1307DMA: 2 general purposeVIDEO: noneSCSI: noneNETWORKING: noneI2C BUS: MCF5206e MBUS moduleDRIVER INFORMATION==================CLOCK DRIVER: Programmable Interval TimerIOSUPP DRIVER: UART 1SHMSUPP: noneTIMER DRIVER: yesI2C DRIVER: yesSTDIO=====PORT: UART 1ELECTRICAL: EIA-232BAUD: 19200BITS PER CHARACTER: 8PARITY: NoneSTOP BITS: 1NOTES=====Board description-----------------clock rate: 54 MHz default (other oscillator can be installed)bus width: 16-bit PROM, 32-bit external SRAMROM: Flash memory device AM29LV800BB, 1 MByte, 3 wait states, chip select 0RAM: Static RAM 2xMCM69F737TQ, 1 MByte, 1 wait state, chip select 2Host System-----------RedHat 6.2 (Linux 2.2.14), RedHat 7.0 (Linux 2.2.17)Verification------------Single processor tests: passedMulti-processort tests: not applicableTiming tests: passed
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?