资源简介
lpc17xx官方驱动,需要的同学可以此为基础进行扩展吆。

代码片段和文件信息
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (ARM) is supplying this software for use with Cortex-M
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* @par
* THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
* OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
* ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
* CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
*
******************************************************************************/
#include
/* define compiler specific symbols */
#if defined ( __CC_ARM )
#define __ASM __asm /*!< asm keyword for ARM Compiler */
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for IAR Compiler */
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for GNU Compiler */
#define __INLINE inline /*!< inline keyword for GNU Compiler */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
/* ################### Compiler specific Intrinsics ########################### */
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */
/**
* @brief Return the Process Stack Pointer
*
* @return ProcessStackPointer
*
* Return the actual process stack pointer
*/
__ASM uint32_t __get_PSP(void)
{
mrs r0 psp
bx lr
}
/**
* @brief Set the Process Stack Pointer
*
* @param topOfProcStack Process Stack Pointer
*
* Assign the value ProcessStackPointer to the MSP
* (process stack pointer) Cortex processor register
*/
__ASM void __set_PSP(uint32_t topOfProcStack)
{
msr psp r0
bx lr
}
/**
* @brief Return the Main Stack Pointer
*
* @return Main Stack Pointer
*
* Return the curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 16982 2010-06-25 08:05 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\.cproject
....... 2342 2010-06-25 08:00 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\.project
....... 627 2010-06-25 08:05 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\.settings\org.eclipse.cdt.core.prefs
....... 17273 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\CoreSupport\core_cm3.c
....... 84936 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\CoreSupport\core_cm3.h
....... 36247 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\LPC17xx.h
....... 10687 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\startup\arm\startup_LPC17xx.s
....... 8748 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\startup\gcc\startup_LPC17xx.s
....... 10110 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\startup\iar\startup_LPC17xx.s
....... 23591 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\system_LPC17xx.c
....... 1808 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\DeviceSupport\NXP\LPC17xx\system_LPC17xx.h
....... 678 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\Abstract.txt
....... 6384 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\CMSIS_Example_LPC17xx.Opt
....... 5224 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\CMSIS_Example_LPC17xx.Uv2
....... 3458 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\main_LPC17xx.c
....... 10687 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\startup_LPC17xx.s
....... 23197 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\arm\LPC17xx\system_LPC17xx.c
....... 662 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\Abstract.txt
....... 19025 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\CMSIS_Example_LPC17xx.ewd
....... 22143 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\CMSIS_Example_LPC17xx.ewp
....... 175 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\CMSIS_Example_LPC17xx.eww
....... 3458 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\main_LPC17xx.c
....... 2601 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx.cspy.bat
....... 4071 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx.dbgdt
....... 1606 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx.dni
....... 2706 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx.wsdt
....... 248 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx_Debug.jli
....... 248 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\settings\CMSIS_Example_LPC17xx_MCB1700.jli
....... 10110 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\startup_LPC17xx.s
....... 23197 2010-06-25 07:52 lpc17xx.cmsis.driver.library\lpc17xx.cmsis.driver.library\Core\CM3\Example\iar\LPC17xx\system_LPC17xx.c
............此处省略1450个文件信息
- 上一篇:STM32F401移植uCosIII
- 下一篇:现代谱估计:原理与应用中译本
相关资源
- 宏碁Acer 4741G驱动合集 for winxp 官方版
- S32K144 和S32K SDK开发入门培训.pdf
- 基于NXP的NFC电子钱包技术设计
- 华硕PCE-AC66无线网卡驱动 v6.30.77.0 fo
- ASUS华硕K43SD笔记本USB3.0驱动程序 v1.
- ffmpeg exeWINXP的最后一个可运行版本
- zlib1.dll 支持WinXP Win7 Win8 Win10
- 恩智浦智能车摄像头组国赛3米1程序
- 基于LPC1768的远程数据采集
- NXP.MIMXRT1052_DFP.10.0.4.pack
- lpc1768全部例程
- NXP的LPC系列ARM的程序
- 虚拟串口软件VSPD 6.0WinXP/Win7)
- nxp lpc11c14中文手册
- LPC1768keil例程
- ARM Cortex-M3嵌入式开发详解基于NXP LP
- svjc1.5 svjc 1.6winxp运行机器人编程运行
- LWIP在NXP公司的LPC1768上的移植
- 单独运行在U盘里的系统3in1_WinXP_Win7
- NXP官网IMX6ULL EVK原理图和PCB源文件
- RC663 STM32源代码
- PPT、Word、Excel等压缩工具
- PDF虚拟打印机winXP完美版
- LPC1768开发板例程
-
Webex recorder and pla
yer 解决闪退版本 - lpc1768 串口uart包括DMA等各种程序
- 变速齿轮 支持winXP win7 win8 win10 64位系
- NXP LIN plugin
- NXP_MC33908电源管理芯片英文数据手册及
- NXP公司NTAG213,Mifare UltraLight 7字节U
评论
共有 条评论