資源簡介
【源碼目錄】
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??????????????????????????????????????/*!??#define?__INLINE?????????__inline???????????????????????????????????/*!
#elif?defined?(?__ICCARM__?)
??#define?__ASM???????????__asm???????????????????????????????????????/*!??#define?__INLINE????????inline??????????????????????????????????????/*!
#elif?defined???(??__GNUC__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#elif?defined???(??__TASKING__??)
??#define?__ASM????????????__asm??????????????????????????????????????/*!??#define?__INLINE?????????inline?????????????????????????????????????/*!
#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總線的使用,基于阿波羅