• 大小: 4.98MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-05
  • 语言: 其他
  • 标签: 测频  测相  stm32  fpga  

资源简介

基于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_description.txt

     文件       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个文件信息

评论

共有 条评论