LPC824_Example_Code_Bundle_Keil_r1.0

所属分类:单片机开发
开发工具:C/C++
文件大小:798KB
下载次数:19
上传日期:2016-11-06 09:56:30
上 传 者动感小麦兜
说明:  LPC82X的官方源代码,使用KEIL编程环境,LPC82X的官方源代码,使用KEIL编程环境
(LPC82X official source code, the use of KEIL programming environment, LPC82X official source code, the use of KEIL programming environment)

文件列表:
Shared_Project_Source_Code\common (0, 2016-07-19)
Shared_Project_Source_Code\common\inc (0, 2016-08-26)
Shared_Project_Source_Code\common\inc\core_cm0plus.h (39428, 2016-01-27)
Shared_Project_Source_Code\common\inc\core_cmFunc.h (15828, 2016-01-27)
Shared_Project_Source_Code\common\inc\core_cmInstr.h (17205, 2016-01-27)
Shared_Project_Source_Code\common\inc\lpc_types.h (6049, 2016-05-16)
Shared_Project_Source_Code\common\inc\LPC8xx.h (51916, 2016-08-26)
Shared_Project_Source_Code\common\inc\system_LPC8xx.h (1769, 2014-08-21)
Shared_Project_Source_Code\common\src (0, 2016-08-09)
Shared_Project_Source_Code\common\src\IAR_Redirect.c (4265, 2016-07-21)
Shared_Project_Source_Code\common\src\Keil_Retarget.c (1433, 2014-09-09)
Shared_Project_Source_Code\common\src\LPCXpresso_Retarget.c (1283, 2016-07-12)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb (0, 2016-08-17)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\docs (0, 2016-08-22)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\inc (0, 2016-08-01)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src (0, 2016-08-22)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\Example_ADC_Seqa_Seqb_ISRs.c (3094, 2016-08-22)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\Example_ADC_Seqa_Seqb_main.c (10661, 2016-08-22)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\IAR_cstartup_M.s (6494, 2016-07-27)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\Keil_startup_LPC8xx.s (9935, 2016-07-27)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\LPCXpresso_cr_startup_lpc82x.c (15329, 2016-07-27)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\Serial.c (3867, 2016-08-18)
Shared_Project_Source_Code\Example_ADC_Seqa_Seqb\src\system_LPC8xx.c (18810, 2016-07-07)
Shared_Project_Source_Code\Example_Analog_Comparator (0, 2016-07-19)
Shared_Project_Source_Code\Example_Analog_Comparator\docs (0, 2016-08-11)
Shared_Project_Source_Code\Example_Analog_Comparator\inc (0, 2016-04-07)
Shared_Project_Source_Code\Example_Analog_Comparator\src (0, 2016-08-16)
Shared_Project_Source_Code\Example_Analog_Comparator\src\Example_Analog_Comparator.c (3498, 2016-07-21)
Shared_Project_Source_Code\Example_Analog_Comparator\src\Example_Analog_Comparator_ISR.c (886, 2016-04-08)
Shared_Project_Source_Code\Example_Analog_Comparator\src\IAR_cstartup_M.s (6494, 2016-07-27)
Shared_Project_Source_Code\Example_Analog_Comparator\src\Keil_startup_LPC8xx.s (9935, 2016-07-27)
Shared_Project_Source_Code\Example_Analog_Comparator\src\LPCXpresso_cr_startup_lpc82x.c (15329, 2016-07-27)
Shared_Project_Source_Code\Example_Analog_Comparator\src\Serial.c (3878, 2016-08-16)
Shared_Project_Source_Code\Example_Analog_Comparator\src\system_LPC8xx.c (18810, 2016-07-07)
Shared_Project_Source_Code\Example_DMA_UART (0, 2016-08-23)
Shared_Project_Source_Code\Example_DMA_UART\docs (0, 2016-08-26)
Shared_Project_Source_Code\Example_DMA_UART\inc (0, 2016-08-01)
... ...

Tool chain versions supported ============================= - This package was built using Keil uVision V5.14.0.0 Steps for building this workspace when it's clean ================================================= 1. Launch Keil and open the .uvmpw file in this directory (or double-click the file from Windows). 2. Go to Project/Batch_Build 3. Select All Project Targets, and click Rebuild - Otherwise, the library projects (*_lib) must be individually built before the example projects will build. Note about using the debug COM port (a.k.a. the MBED serial port) ================================================================= Most projects in this package are interactive and communicate with the user via a terminal emulator running on the host PC, connected either to the MBED serial port, or to a USB-to-UART cable connected to pins on the Arduino header. Some OM13071 boards have UART RXD connected to the Arduino site by default, and need solder jumper SJ9 changed in order to use the MBED serial port for UART communication with the terminal emulator. It is recommended to run the project Example_UART0_Terminal first, in order to establish that communication between the terminal emulator (via the MBED serial port and/or the USB COM port w/ USB-to_UART cable) and the LPC8xx are working. * To use the MBED Serial Port: 1. No external connections are necessary. 2. The Max board must have the necessary solder-bump jumper modifications: A. For LPC812 Max, short pins 1 and 2 of both SJ1 and SJ4 B. For LPC824 Max, short pins 2 and 3 of SJ9 3. The Windows MBED Serial Port Driver must be installed on the PC. https://developer.mbed.org/handbook/Windows-serial-configuration 4. The terminal emulator can then be connected to the MBED serial port which enumerates when the board is connected. It appears something like this: COM13: mbed Serial Port (COM13) 5. Uncomment the appropriate ConfigSWM() calls in the beginning of main() or in setup_debug_uart() in Serial.c as appropriate for the project. * To use a USB-to-RS232 breakout cable: 1. There are three external connections necessary: RXD and TXD based on the SWM settings, plus a ground connection. U0_TXD = breakout cable RXD U0_RXD = breakout cable TXD Board GND = breakout cable GND 2. Uncomment the appropriate ConfigSWM() calls in the beginning of main() or in setup_debug_uart() in Serial.c as appropriate for the project.

近期下载者

相关文件


收藏者