- Category:
- Com Port
- Tags:
-
[C/C++]
[源码]
- File Size:
- 299kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- 吴辉
Description: LPC1700 series serial interrupt receiving program, to interrupt PC to receive data and receive data back to the host computer, with the serial debugging software, and set the baud rate to 9600, 8 data bits, 1 stop bit, be careful not to select the " HEX Show" .
To Search:
File list (Check if you may need any files):
UART0中断方式\cfg_file\Startup\InChip.sct
.............\........\.......\LPC1700PinCfg.h
.............\........\.......\rt_sys_c.c
.............\........\.......\rt_sys_s.s
.............\........\.......\vector_cfg.h
.............\........\target_cfg.h
.............\........\zy_if\zy_if_cfg.h
.............\config.h
.............\Cortex-M3 Execute for lpc1700.map
.............\Cortex-M3 Execute for lpc1700.Uv2.bak
.............\Cortex-M3 Execute for lpc1700.uvopt
.............\Cortex-M3 Execute for lpc1700.uvproj
.............\Cortex-M3 Execute for lpc1700_DebugInFlash.dep
.............\Cortex-M3 Execute for lpc1700_uvopt.bak
.............\Cortex-M3 Execute for lpc1700_uvproj.bak
.............\JLinkLog.txt
.............\out\Cortex-M3 Execute for lpc1700.axf
.............\...\Cortex-M3 Execute for lpc1700.hex
.............\...\Cortex-M3 Execute for lpc1700.htm
.............\...\Cortex-M3 Execute for lpc1700.lnp
.............\...\Cortex-M3 Execute for lpc1700.plg
.............\...\Cortex-M3 Execute for lpc1700.tra
.............\...\lpc1700pincfg.crf
.............\...\lpc1700pincfg.d
.............\...\lpc1700pincfg.o
.............\...\main.crf
.............\...\main.d
.............\...\main.o
.............\...\rt_sys_c.crf
.............\...\rt_sys_c.d
.............\...\rt_sys_c.o
.............\...\rt_sys_s.o
.............\...\target.crf
.............\...\target.d
.............\...\target.o
.............\...\vector_table.crf
.............\...\vector_table.d
.............\...\vector_table.o
.............\...\zy_if.crf
.............\...\zy_if.d
.............\...\zy_if.o
.............\USER_CODE\main.c
.............\ZY_CODE\firmware.h
.............\.......\Startup\lpc1700.h
.............\.......\.......\LPC1700PinCfg.c
.............\.......\.......\target.c
.............\.......\.......\target.h
.............\.......\.......\vector_table.c
.............\.......\zy_if\zy_if.c
.............\.......\.....\zy_if.h
.............\cfg_file\Startup
.............\........\zy_if
.............\ZY_CODE\Startup
.............\.......\zy_if
.............\cfg_file
.............\out
.............\USER_CODE
.............\ZY_CODE
UART0中断方式