资源简介
基于stm32和FPGA测频测相程序,在液晶上显示,自己用的
代码片段和文件信息
/**************************************************************************//**
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7278 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.asm.rpt
文件 26 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.done
文件 239 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.dpf
文件 104755 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.fit.rpt
文件 513 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.fit.smsg
文件 597 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.fit.summary
文件 7849 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.flow.rpt
文件 24188 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.map.rpt
文件 459 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.map.summary
文件 20316 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.pin
文件 524474 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.pof
文件 1267 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.qpf
文件 5507 2012-11-07 21:44 网络导纳(董)\FPGA\COUNTER.qsf
文件 536 2012-11-07 21:44 网络导纳(董)\FPGA\COUNTER.qws
文件 23569 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.sim.rpt
文件 151050 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.sof
文件 76086 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.tan.rpt
文件 1526 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.tan.summary
文件 444 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.vhd
文件 432 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER.vhd.bak
文件 0 2012-11-07 18:42 网络导纳(董)\FPGA\COUNTER_desc
文件 1516 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(0).cnf.cdb
文件 1108 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(0).cnf.hdb
文件 594 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(1).cnf.cdb
文件 615 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(1).cnf.hdb
文件 2012 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(2).cnf.cdb
文件 1723 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(2).cnf.hdb
文件 532 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(3).cnf.cdb
文件 577 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.(3).cnf.hdb
文件 2194 2012-11-07 18:42 网络导纳(董)\FPGA\db\COUNTER.asm.qmsg
............此处省略316个文件信息
- 上一篇:数据结构代码大全.zip
- 下一篇:人脸检测的代码
相关资源
- PCB练习 STM32最小系统模块制作 适合新
- stm32f407对ds18b20温度传感器数据的采集
- VL53L1X驱动例程
- stm3213年电赛旋转倒立摆
- STM32官方最全的定时器培训资料
- STM32F407_OLED显示
- STM32输出12路pwm程序
- STM32F103+SIM900A的短信电话/向服务器发
- onenet_http_上传温湿度
- stm32生成互补输出50hzspwm波
- STM32_SPI_74HC595
- STM32F103ZET6最小系统板PCB+原理图
- STM32测试ST7920 LCD12864串并简单程序
- 基于STM32F103硬件I2C读写24Cxx驱动代码的
- Altium designer常用元件库,包含stm32库、
- STM32基于ENC28J60的TCP通信源码
- STM32F030 串口升级全套完整源码
- iCore3STM32F407 + FPGA双核心工控板硬件设
- STM32F767+FreeRTOS+LWIP移植成功(工程文件
- 基于stm32构建EtherCAT主站,采用了开源
- MPU6050_DMP模式STM32(库函数版本)--串
- STM32的ST7541驱动
- uCOS-III 3.04 +uc-USBD for STM32F4
- stm32取模播放表情包.rar
- 校园一卡通.docx
- MG995舵机基于STM32的驱动源代码
- stm32f103 通过485方式读取数据
- STM32 PMSM电机库 英文版 建议中英文对
- stm32-PN532串口驱动
- STM32F446程序
评论
共有 条评论