资源简介
使用stm32f1驱动TB6612FNG控制直流电机转动,内含TB6612FNG使用说明
代码片段和文件信息
/**************************************************************************//**
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 40955 2015-09-18 19:28 test\BST STM32智能平衡小车.pdf
文件 17273 2010-06-07 10:25 test\core\core_cm3.c
文件 85714 2018-06-19 20:38 test\core\core_cm3.h
文件 12765 2011-03-10 10:52 test\core\startup_stm32f10x_md.s
文件 399 2011-04-23 10:24 test\keilkilll.bat
文件 8982 2011-03-10 10:47 test\lib\inc\misc.h
文件 21690 2011-03-10 10:47 test\lib\inc\stm32f10x_adc.h
文件 7555 2011-03-10 10:47 test\lib\inc\stm32f10x_bkp.h
文件 27559 2011-03-10 10:47 test\lib\inc\stm32f10x_can.h
文件 6573 2011-03-10 10:47 test\lib\inc\stm32f10x_cec.h
文件 2162 2011-03-10 10:47 test\lib\inc\stm32f10x_crc.h
文件 15233 2011-03-10 10:47 test\lib\inc\stm32f10x_dac.h
文件 3818 2011-03-10 10:47 test\lib\inc\stm32f10x_dbgmcu.h
文件 20754 2011-03-10 10:47 test\lib\inc\stm32f10x_dma.h
文件 6824 2011-03-10 10:47 test\lib\inc\stm32f10x_exti.h
文件 25445 2011-03-10 10:47 test\lib\inc\stm32f10x_flash.h
文件 27016 2011-03-10 10:47 test\lib\inc\stm32f10x_fsmc.h
文件 20175 2011-03-10 10:47 test\lib\inc\stm32f10x_gpio.h
文件 30029 2011-03-10 10:47 test\lib\inc\stm32f10x_i2c.h
文件 3828 2011-03-10 10:47 test\lib\inc\stm32f10x_iwdg.h
文件 4383 2011-03-10 10:47 test\lib\inc\stm32f10x_pwr.h
文件 30452 2011-03-10 10:47 test\lib\inc\stm32f10x_rcc.h
文件 3857 2011-03-10 10:47 test\lib\inc\stm32f10x_rtc.h
文件 21863 2011-03-10 10:47 test\lib\inc\stm32f10x_sdio.h
文件 17725 2011-03-10 10:47 test\lib\inc\stm32f10x_spi.h
文件 52427 2011-03-10 10:47 test\lib\inc\stm32f10x_tim.h
文件 16548 2012-09-11 21:49 test\lib\inc\stm32f10x_usart.h
文件 2966 2011-03-10 10:47 test\lib\inc\stm32f10x_wwdg.h
文件 7046 2011-03-10 10:47 test\lib\src\misc.c
文件 47201 2011-03-10 10:47 test\lib\src\stm32f10x_adc.c
............此处省略123个文件信息
- 上一篇:基于stm32F4的tcs3200程序
- 下一篇:TinyMCE自定义上传图片
相关资源
- STM32F1指南者步进电机驱动
- k60电机驱动程序
- 130ST-M15015 交流伺服电机驱动器使用说
- 硬石无刷电机驱动板原理图.rar
- 飞思卡尔BTN7971双电机驱动模块
- IR2110隔离型H桥驱动芯片应用电路
- 步进电机驱动芯片:L293D
- 51单片机驱动电机驱动模块
- TB6612FNG用户资料
- 60W无刷直流 (BLDC) 电机驱动器参考
- stm32步进电机驱动,包括库函数和寄存
- 直流电机驱动器程序+电路工程图原创
- 智能步进电机驱控芯片TMC5160中文手册
- 电机驱动电路原理图和PCB图
- THB6128步进电机驱动电路
- 电机驱动程序基于STM32F1
- 智能小车黑白线识别寻光寻迹电机驱
- 恩智浦飞思卡尔电机驱动PCB板4路BTN
- verilog 串口 无刷直流电机驱动 PWM
- L298N_电机驱动模块_程序书
- MP6516-中文文档.pdf
- 步进电机驱动芯片THB6064H资料大全
- Labview电机驱动的论文
- 双电机驱动btn 飞思卡尔智能车
- 关于A4988步进电机驱动模块的使用心得
- 51单片机实现TB6560步进电机驱动的原理
- STM32无刷无感电机驱动
- 基于STM32无刷电机驱动,有简单的说明
- 基于MSP430F5529的步进电机驱动程序
- STM32驱动新西达2212无刷电机程序
评论
共有 条评论