arm lpc2300 uart实例 实现从lpc2300通过uart传数据到主机

源代码在线查看: uart_mcb2300 debug.dep

软件大小: 83 K
上传用户: mengcong18
关键词: 2300 uart lpc arm
下载地址: 免注册下载 普通下载 VIP

相关代码

				Dependencies for Project 'uart', Target 'MCB2300 Debug': (DO NOT MODIFY !)
				F (..\Common\src\irq.c)(0x46E0EAA6)(-c --device DARMP -D__EVAL -g -O0 --apcs=interwork -I..\Common\inc -I "E:\Keil\ARM\INC\Philips" -D__DEBUG_RAM -o ".\Obj\irq.o" --depend ".\Obj\irq.d")
				I (..\Common\inc\LPC23xx.h)(0x46E0E90C)
				I (..\Common\inc\type.h)(0x450FD640)
				I (..\Common\inc\irq.h)(0x46E0EAA6)
				F (..\Common\src\target.c)(0x4694406C)(-c --device DARMP -D__EVAL -g -O0 --apcs=interwork -I..\Common\inc -I "E:\Keil\ARM\INC\Philips" -D__DEBUG_RAM -o ".\Obj\target.o" --depend ".\Obj\target.d")
				I (..\Common\inc\LPC23xx.h)(0x46E0E90C)
				I (..\Common\inc\type.h)(0x450FD640)
				I (..\Common\inc\irq.h)(0x46E0EAA6)
				I (..\Common\inc\target.h)(0x46E0FCA8)
				F (.\uart.c)(0x4625DA22)(-c --device DARMP -D__EVAL -g -O0 --apcs=interwork -I..\Common\inc -I "E:\Keil\ARM\INC\Philips" -D__DEBUG_RAM -o ".\Obj\uart.o" --depend ".\Obj\uart.d")
				I (..\Common\inc\LPC23xx.h)(0x46E0E90C)
				I (..\Common\inc\type.h)(0x450FD640)
				I (..\Common\inc\target.h)(0x46E0FCA8)
				I (..\Common\inc\irq.h)(0x46E0EAA6)
				I (uart.h)(0x45D2EAB8)
				F (.\uarttest.c)(0x4653DC2A)(-c --device DARMP -D__EVAL -g -O0 --apcs=interwork -I..\Common\inc -I "E:\Keil\ARM\INC\Philips" -D__DEBUG_RAM -o ".\Obj\uarttest.o" --depend ".\Obj\uarttest.d")
				I (..\Common\inc\LPC23xx.h)(0x46E0E90C)
				I (..\Common\inc\type.h)(0x450FD640)
				I (..\Common\inc\irq.h)(0x46E0EAA6)
				I (uart.h)(0x45D2EAB8)
				F (..\Common\src\Startup.s)(0x462D6906)(--device DARMP --pd "__EVAL SETA 1" -g --apcs=interwork -I "E:\Keil\ARM\INC\Philips" --list ".\Lst\Startup.lst" --xref -o ".\Obj\Startup.o")
				F (..\Common\src\swi_handler.s)(0x450FD71A)(--device DARMP --pd "__EVAL SETA 1" -g --apcs=interwork -I "E:\Keil\ARM\INC\Philips" --list ".\Lst\swi_handler.lst" --xref -o ".\Obj\swi_handler.o")
							

相关资源