资源简介
【源码目录】
PWM9.20
├── CORE
│ ├── core_cm3.c
│ ├── core_cm3.h
│ └── startup_stm32f10x_hd.s
├── HARDWARE
│ ├── KEY
│ │ ├── key.c
│ │ └── key.h
│ ├── LED
│ │ ├── led.c
│ │ └── led.h
│ └── TIMER
│ ├── timer.c
│ └── timer.h
├── OBJ
│ ├── 485.crf
│ ├── 485.d
│ ├── 485.o
│ ├── ExtDll.iex
│ ├── PWM.axf
│ ├── PWM.build_log.htm
│ ├── PWM.hex
│ ├── PWM.htm
│ ├── PWM.lnp
│ ├── PWM.sct
│ ├── PWM_PWM.dep
│ ├── core_cm3.crf
│ ├── core_cm3.d
│ ├── core_cm3.o
│ ├── delay.crf
│ ├── delay.d
│ ├── delay.o
│ ├── key.crf
│ ├── key.d
│ ├── key.o
│ ├── led.crf
│ ├── led.d
│ ├── led.o
│ ├── main.crf
│ ├── main.d
│ ├── main.o
│ ├── misc.crf
│ ├── misc.d
│ ├── misc.o
│ ├── startup_stm32f10x_hd.d
│ ├── startup_stm32f10x_hd.o
│ ├── stm32f10x_gpio.crf
│ ├── stm32f10x_gpio.d
│ ├── stm32f10x_gpio.o
│ ├── stm32f10x_it.crf
│ ├── stm32f10x_it.d
│ ├── stm32f10x_it.o
│ ├── stm32f10x_rcc.crf
│ ├── stm32f10x_rcc.d
│ ├── stm32f10x_rcc.o
│ ├── stm32f10x_tim.crf
│ ├── stm32f10x_tim.d
│ ├── stm32f10x_tim.o
│ ├── stm32f10x_usart.crf
│ ├── stm32f10x_usart.d
│ ├── stm32f10x_usart.o
│ ├── sys.crf
│ ├── sys.d
│ ├── sys.o
│ ├── system_stm32f10x.crf
│ ├── system_stm32f10x.d
│ ├── system_stm32f10x.o
│ ├── timer.crf
│ ├── timer.d
│ ├── timer.o
│ ├── usart.crf
│ ├── usart.d
│ └── usart.o
├── README.TXT
├── STM32F10x_FWLib
│ ├── inc
│ │ ├── misc.h
│ │ ├── stm32f10x_adc.h
│ │ ├── stm32f10x_bkp.h
│ │ ├── stm32f10x_can.h
│ │ ├── stm32f10x_cec.h
│ │ ├── stm32f10x_crc.h
│ │ ├── stm32f10x_dac.h
│ │ ├── stm32f10x_dbgmcu.h
│ │ ├── stm32f10x_dma.h
│ │ ├── stm32f10x_exti.h
│ │ ├── stm32f10x_flash.h
│ │ ├── stm32f10x_fsmc.h
│ │ ├── stm32f10x_gpio.h
│ │ ├── stm32f10x_i2c.h
│ │ ├── stm32f10x_iwdg.h
│ │ ├── stm32f10x_pwr.h
│ │ ├── stm32f10x_rcc.h
│ │ ├── stm32f10x_rtc.h
│ │ ├── stm32f10x_sdio.h
│ │ ├── stm32f10x_spi.h
│ │ ├── stm32f10x_tim.h
│ │ ├── stm32f10x_usart.h
│ │ └── stm32f10x_wwdg.h
│ └── src
│ ├── misc.c
│ ├── stm32f10x_adc.c
│ ├── stm32f10x_bkp.c
│ ├── stm32f10x_can.c
│ ├── stm32f10x_cec.c
│ ├── stm32f10x_crc.c
│ ├── stm32f10x_dac.c
│ ├── stm32f10x_dbgmcu.c
│ ├── stm32f10x_dma.c
│ ├── stm32f10x_exti.c
│ ├── stm32f10x_flash.c
│ ├── stm32f10x_fsmc.c
│ ├── stm32f10x_gpio.c
│ ├── stm32f10x_i2c.c
│ ├── stm32f10x_iwdg.c
│ ├── stm32f10x_pwr.c
│ ├── stm32f10x_rcc.c
│ ├── stm32f10x_rtc.c
│ ├── stm32f10x_sdio.c
│ ├── stm32f10x_spi.c
│ ├── stm32f10x_tim.c
│ ├── stm32f10x_usart.c
│ └── stm32f10x_wwdg.c
├── SYSTEM
│ ├── 485
│ │ ├── bsp_485.c
│ │ └── bsp_485.h
│ ├── delay
│ │ ├── delay.c
│ │ └── delay.h
│ ├── sys
│ │ ├── sys.c
│ │ └── sys.h
│ └── usart
│ ├── usart.c
│ └── usart.h
├── USER
│ ├── 485.c
│ ├── DebugConfig
│ │ └── PWM_STM32F103ZE_1.0.0.dbgconf
│ ├── EventRecorderStub.scvd
│ ├── JLinkSettings.ini
│ ├── PWM.map
│ ├── PWM.uvguix.Administrator
│ ├── PWM.uvguix.JiaoYu
│ ├── PWM.uvguix.JiaoYu-PC
│ ├── PWM.uvguix.erbao
│ ├── PWM.uvoptx
│ ├── PWM.uvprojx
│ ├── main.c
│ ├── startup_stm32f10x_hd.lst
│ ├── stm32f10x.h
│ ├── stm32f10x_conf.h
│ ├── stm32f10x_it.c
│ ├── stm32f10x_it.h
│ ├── system_stm32f10x.c
│ └── system_stm32f10x.h
└── keilkilll.bat
16 directories, 142 files
代码片段和文件信息
/**************************************************************************//**
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 17273 2010-06-07 10:25 PWM9.20\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 PWM9.20\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 PWM9.20\CORE\startup_stm32f10x_hd.s
文件 1827 2015-03-20 12:41 PWM9.20\HARDWARE\KEY\key.c
文件 1186 2015-03-19 16:14 PWM9.20\HARDWARE\KEY\key.h
文件 1298 2012-09-13 13:13 PWM9.20\HARDWARE\LED\led.c
文件 638 2012-09-13 09:45 PWM9.20\HARDWARE\LED\led.h
文件 9142 2020-10-22 15:34 PWM9.20\HARDWARE\TIMER\timer.c
文件 693 2018-09-19 21:24 PWM9.20\HARDWARE\TIMER\timer.h
文件 399 2011-04-23 10:24 PWM9.20\keilkilll.bat
文件 356108 2020-10-26 09:57 PWM9.20\OBJ\485.crf
文件 1698 2020-10-26 09:57 PWM9.20\OBJ\485.d
文件 389280 2020-10-26 09:57 PWM9.20\OBJ\485.o
文件 3951 2020-10-26 09:57 PWM9.20\OBJ\core_cm3.crf
文件 113 2020-10-26 09:57 PWM9.20\OBJ\core_cm3.d
文件 11248 2020-10-26 09:57 PWM9.20\OBJ\core_cm3.o
文件 349964 2020-10-26 09:57 PWM9.20\OBJ\delay.crf
文件 1678 2020-10-26 09:57 PWM9.20\OBJ\delay.d
文件 383740 2020-10-26 09:57 PWM9.20\OBJ\delay.o
文件 69 2020-10-26 09:57 PWM9.20\OBJ\ExtDll.iex
文件 350484 2020-10-26 09:57 PWM9.20\OBJ\key.crf
文件 1649 2020-10-26 09:57 PWM9.20\OBJ\key.d
文件 384664 2020-10-26 09:57 PWM9.20\OBJ\key.o
文件 349511 2020-10-26 09:57 PWM9.20\OBJ\led.crf
文件 1610 2020-10-26 09:57 PWM9.20\OBJ\led.d
文件 382632 2020-10-26 09:57 PWM9.20\OBJ\led.o
文件 357252 2020-10-26 09:57 PWM9.20\OBJ\main.crf
文件 1896 2020-10-26 09:57 PWM9.20\OBJ\main.d
文件 393648 2020-10-26 09:57 PWM9.20\OBJ\main.o
文件 348909 2020-10-26 09:57 PWM9.20\OBJ\misc.crf
............此处省略132个文件信息
相关资源
- svpwm程序
- 基于51单片机的c语言程序 电机转速测
- libstdc++.so.6.0.20下载138485
- 课设FTPwinsock
- Kepware OPCClient C++程序
- STM32 DMX512协议与485 W5500 户外钢琴地灯
- STM32实战系列源码,按键/定时器/PWM
-
SVPWM三相逆变 MATLAB Simuli
nk仿真模型 - 51单片机C语言实现GPRS通信
- dsp2812三相PWM逆变源程序C++
- 基于C++MFC-RS485串口通信demo-完整版-代
- MAX485两个单片机半双工通信
- 串口通讯编程支持RS232-RS485通讯协议
- 51单片机产生PWM的程序和怎样控制直流
- Horiba MFC数字通信协议
- 超声波避障,光电测速,pwm综合应用
- ogre3d的vs2010插件
- 用DSP实现spwm的C语言程序
- pwm C语言程序
- rs485通讯C++
- 三相逆变PI双环控制代码
- 基于DSP2812的SVPWM算法C语言编程
- TOPWAY TFT应用说明
- IDA Plugin Writing in C/C++
- 基于51单片机多节点RS485通信带Protue
- 直流无刷电机PMW控制proteus仿真.zip
- 基于51单片机的spwm波形产生程序
- RS485;PC到单片机单向通讯;
- SVPWM的原理及法则推导和控制算法详解
- 485实验(RS485总线的使用,基于阿波罗
评论
共有 条评论