lwIP_MCF5235_GCC

所属分类:单片机开发
开发工具:Objective-C
文件大小:453KB
下载次数:8
上传日期:2011-01-21 16:45:46
上 传 者lizzy163
说明:  FREERTOS在MCF52233上的移植源码
(FREERTOS on MCF52233)

文件列表:
lwIP_MCF5235_GCC\Changelog.txt (1932, 2006-11-19)
lwIP_MCF5235_GCC\demo.c (10296, 2007-11-02)
lwIP_MCF5235_GCC\FreeRTOSConfig.h (3469, 2007-11-02)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_can.h (23690, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_ccm.h (2049, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_cs.h (4748, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_eport.h (3884, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_etpu.h (27880, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_fec.h (11727, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_fmpll.h (2191, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_gpio.h (35793, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_i2c.h (2226, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_intc0.h (17565, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_intc1.h (17565, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_mdha.h (4643, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_pit.h (3733, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_qspi.h (2641, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_rcm.h (1372, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_rng.h (1668, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_scm.h (6801, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_sdramc.h (3937, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_skha.h (5920, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_sram.h (1461, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_timer.h (4123, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_uart.h (9650, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x\mcf523x_wtm.h (3366, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf523x.h (1413, 2007-06-05)
lwIP_MCF5235_GCC\include\arch\mcf5xxx.h (6223, 2007-06-05)
lwIP_MCF5235_GCC\LICENSE_FREESCALE.TXT (8056, 2006-11-19)
lwIP_MCF5235_GCC\lwip\CHANGELOG (20308, 2006-11-19)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\arch\cc.h (3105, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\arch\cpu.h (1786, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\arch\perf.h (1867, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\arch\sys_arch.h (2762, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\netif\fec.c (18422, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\netif\fec.h (1874, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\netif\nbuf.c (5536, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\netif\nbuf.h (3576, 2007-06-05)
lwIP_MCF5235_GCC\lwip\contrib\port\FreeRTOS\MCF5235\sys_arch.c (17157, 2007-06-05)
lwIP_MCF5235_GCC\lwip\COPYING (1611, 2006-11-19)
... ...

FREERTOS COLDFIRE MCF523x PORT with lwIP REQUIREMENTS ============ The FreeRTOS port is designed for the MCF523x processor where the hardware dependent part consists of the CPU and the peripherals used in this port. This includes a programmable timer (PIT) for the preemptive scheduler and a UART for the demo application. The Coldfire specific part includes the number and type of processor registers, the stack frame layout and the usage of a software interrupt (trap) for the yield call. The development environment used is based on the GNU C Compiler for a m68k-elf target as well as the insight debugger with some patches for the BDM interface[1]. GDB startup and linker scripts are supplied with the demo for the M5235BCC evaluation kit from Freescale. [1] ... BDM tools: http://sourceforge.net/projects/bdm/ USAGE ===== A makefile is supplied with the demo application and a binary can be produced by calling 'make all'. A special target 'debug' is provided which executes the insight debugger. At the insight debugger prompt one should select the appropriate target interface (either BDM/Direct or BDM/TCP) and should download the application to the development board. It is important that the GDB script setup-and-load is executed prior to downloading to initialize the SDRAM. After downloading one should call the GDB function 'execute' and the PC is set to the start of the executable. Execution can be started by typing 'continue' at the Insight console interface. After this startup phase the insight debugger should work as usual, i.e. no grayed out buttons, ... COMMON PROBLEMS =============== Most of the problems have their origin in the startup scripts. The following list should serve as a checklist where each point must be satisfied for the port to work. - The FreeRTOS port only works correctly in the supervisor mode. There- fore the Coldfire CPU must run in the supervisor mode. - portVECTOR_TABLE does not point to the currently active vector table. Please also note that the vector table must be in RAM such that the FreeRTOS port can install a traphandler for the portYIELD() call. $Id: README.txt,v 1.1 2006/08/29 02:24:03 wolti Exp $ MCF5235 + lwIP port - Copyright (c) 2006 Christian Walter.

近期下载者

相关文件


收藏者