首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

电机加减速初版.zip

存储 256.32KB 1 需要积分: 1
立即下载

资源介绍:

keil5:步进电机(S)曲线加减速代码
/** @page GPIO_IOToggle GPIO IO Toggle example @verbatim ******************** (C) COPYRIGHT 2011 STMicroelectronics ******************* * @file GPIO/IOToggle/readme.txt * @author MCD Application Team * @version V3.5.0 * @date 08-April-2011 * @brief Description of the GPIO IO Toggle example. ****************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. ****************************************************************************** @endverbatim @par Example Description GPIO ports are connected on APB2 bus, using BSRRH and BSRRL registers 2 cycles are required to set a pin and another cycle to reset it. So GPIO pins can toggle at AHB clock divided by 4. This example describes how to use BSRR and BRR (Port Bit Set/Reset Register and Port Bit Reset Register) for maximum IO toggling. PD0 and PD2 (configured in output pushpull mode) toggles in a forever loop: - Set PD0 and PD2 by setting corresponding bits in BSRR register - Reset PD0 and PD2 by setting corresponding bits in BRR register In this example, HCLK is configured at 72 MHz so PD0 and PD2 toggles at 18MHz. To achieve the maximum IO toggling frequency, you have to configure your compiler options for high speed optimization. @par Directory contents - GPIO/IOToggle/stm32f10x_conf.h Library Configuration file - GPIO/IOToggle/stm32f10x_it.c Interrupt handlers - GPIO/IOToggle/stm32f10x_it.h Header for stm32f10x_it.c - GPIO/IOToggle/main.c Main program - GPIO/IOToggle/system_stm32f10x.c STM32F10x system source file @par Hardware and Software environment - This example runs on STM32F10x Connectivity line, High-Density, High-Density Value line, Medium-Density, XL-Density, Medium-Density Value line, Low-Density and Low-Density Value line Devices. - This example has been tested with STMicroelectronics STM32100E-EVAL (High-Density Value line), STM32100B-EVAL (Medium-Density Value line), STM3210C-EVAL (Connectivity line), STM3210E-EVAL (High-Density and XL-Density) and STM3210B-EVAL (Medium-Density) evaluation boards and can be easily tailored to any other supported device and development board. To select the STMicroelectronics evaluation board used to run the example, uncomment the corresponding line in stm32_eval.h file (under Utilities\STM32_EVAL) @par How to use it ? In order to make the program work, you must do the following : - Copy all source files from this example folder to the template folder under Project\STM32F10x_StdPeriph_Template - Open your preferred toolchain - Rebuild all files and load your image into target memory - Run the example @note - Low-density Value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density Value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes. - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes. - High-density Value line devices are STM32F100xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 512 and 1024 Kbytes. - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers. *

© COPYRIGHT 2011 STMicroelectronics

*/

资源文件列表:

电机加减速初版.zip 大约有79个文件
  1. 电机加减速/CORE/
  2. 电机加减速/DYHS/
  3. 电机加减速/FWLIB/
  4. 电机加减速/USER/
  5. 电机加减速/FWLIB/inc/
  6. 电机加减速/FWLIB/src/
  7. 电机加减速/USER/DebugConfig/
  8. 电机加减速/USER/Listings/
  9. 电机加减速/USER/Objects/
  10. 电机加减速/CORE/core_cm3.c 16.87KB
  11. 电机加减速/CORE/core_cm3.h 83.71KB
  12. 电机加减速/CORE/startup_stm32f10x_cl.s 15.4KB
  13. 电机加减速/CORE/startup_stm32f10x_hd.s 15.14KB
  14. 电机加减速/CORE/startup_stm32f10x_hd_vl.s 15.32KB
  15. 电机加减速/CORE/startup_stm32f10x_ld.s 12.09KB
  16. 电机加减速/CORE/startup_stm32f10x_ld_vl.s 13.34KB
  17. 电机加减速/CORE/startup_stm32f10x_md.s 12.47KB
  18. 电机加减速/CORE/startup_stm32f10x_md_vl.s 13.74KB
  19. 电机加减速/CORE/startup_stm32f10x_xl.s 15.58KB
  20. 电机加减速/DYHS/Delay.c 838B
  21. 电机加减速/DYHS/Delay.h 135B
  22. 电机加减速/FWLIB/inc/misc.h 8.77KB
  23. 电机加减速/FWLIB/inc/stm32f10x_adc.h 21.18KB
  24. 电机加减速/FWLIB/inc/stm32f10x_bkp.h 7.38KB
  25. 电机加减速/FWLIB/inc/stm32f10x_can.h 26.91KB
  26. 电机加减速/FWLIB/inc/stm32f10x_cec.h 6.42KB
  27. 电机加减速/FWLIB/inc/stm32f10x_crc.h 2.11KB
  28. 电机加减速/FWLIB/inc/stm32f10x_dac.h 14.88KB
  29. 电机加减速/FWLIB/inc/stm32f10x_dbgmcu.h 3.73KB
  30. 电机加减速/FWLIB/inc/stm32f10x_dma.h 20.27KB
  31. 电机加减速/FWLIB/inc/stm32f10x_exti.h 6.66KB
  32. 电机加减速/FWLIB/inc/stm32f10x_flash.h 24.85KB
  33. 电机加减速/FWLIB/inc/stm32f10x_fsmc.h 26.38KB
  34. 电机加减速/FWLIB/inc/stm32f10x_gpio.h 19.7KB
  35. 电机加减速/FWLIB/inc/stm32f10x_i2c.h 29.33KB
  36. 电机加减速/FWLIB/inc/stm32f10x_iwdg.h 3.74KB
  37. 电机加减速/FWLIB/inc/stm32f10x_pwr.h 4.28KB
  38. 电机加减速/FWLIB/inc/stm32f10x_rcc.h 29.74KB
  39. 电机加减速/FWLIB/inc/stm32f10x_rtc.h 3.77KB
  40. 电机加减速/FWLIB/inc/stm32f10x_sdio.h 21.35KB
  41. 电机加减速/FWLIB/inc/stm32f10x_spi.h 17.31KB
  42. 电机加减速/FWLIB/inc/stm32f10x_tim.h 51.2KB
  43. 电机加减速/FWLIB/inc/stm32f10x_usart.h 16.16KB
  44. 电机加减速/FWLIB/inc/stm32f10x_wwdg.h 2.9KB
  45. 电机加减速/FWLIB/src/misc.c 6.88KB
  46. 电机加减速/FWLIB/src/stm32f10x_adc.c 46.09KB
  47. 电机加减速/FWLIB/src/stm32f10x_bkp.c 8.26KB
  48. 电机加减速/FWLIB/src/stm32f10x_can.c 44.05KB
  49. 电机加减速/FWLIB/src/stm32f10x_cec.c 11.38KB
  50. 电机加减速/FWLIB/src/stm32f10x_crc.c 3.27KB
  51. 电机加减速/FWLIB/src/stm32f10x_dac.c 18.64KB
  52. 电机加减速/FWLIB/src/stm32f10x_dbgmcu.c 5.03KB
  53. 电机加减速/FWLIB/src/stm32f10x_dma.c 28.91KB
  54. 电机加减速/FWLIB/src/stm32f10x_exti.c 6.8KB
  55. 电机加减速/FWLIB/src/stm32f10x_flash.c 61.08KB
  56. 电机加减速/FWLIB/src/stm32f10x_fsmc.c 34.65KB
  57. 电机加减速/FWLIB/src/stm32f10x_gpio.c 22.68KB
  58. 电机加减速/FWLIB/src/stm32f10x_i2c.c 44.71KB
  59. 电机加减速/FWLIB/src/stm32f10x_iwdg.c 4.8KB
  60. 电机加减速/FWLIB/src/stm32f10x_pwr.c 8.55KB
  61. 电机加减速/FWLIB/src/stm32f10x_rcc.c 50.07KB
  62. 电机加减速/FWLIB/src/stm32f10x_rtc.c 8.4KB
  63. 电机加减速/FWLIB/src/stm32f10x_sdio.c 28.25KB
  64. 电机加减速/FWLIB/src/stm32f10x_spi.c 29.52KB
  65. 电机加减速/FWLIB/src/stm32f10x_tim.c 106.6KB
  66. 电机加减速/FWLIB/src/stm32f10x_usart.c 37.41KB
  67. 电机加减速/FWLIB/src/stm32f10x_wwdg.c 5.6KB
  68. 电机加减速/USER/EventRecorderStub.scvd 339B
  69. 电机加减速/USER/keilkill.bat 399B
  70. 电机加减速/USER/main.c 2.06KB
  71. 电机加减速/USER/readme.txt 4.33KB
  72. 电机加减速/USER/stm32f10x_conf.h 3.16KB
  73. 电机加减速/USER/stm32f10x_it.c 4.35KB
  74. 电机加减速/USER/stm32f10x_it.h 1.94KB
  75. 电机加减速/USER/system_stm32f10x.c 35.72KB
  76. 电机加减速/USER/txet1.uvguix.陈皓月 170.42KB
  77. 电机加减速/USER/txet1.uvoptx 17.42KB
  78. 电机加减速/USER/txet1.uvprojx 18.92KB
  79. 电机加减速/USER/DebugConfig/Target_1_STM32F103C8_1.0.0.dbgconf 2.35KB
0评论
提交 加载更多评论
其他资源 Microsoft Visual Studio 2015 Installer Projects VSI-bundle.exe
在Visual Studio中找不到Visual Studio Installer项目的原因可能是Visual Studio没有安装相应的扩展。 可以去官网下载,但下载很慢。 下面是我下载完成的 VSI_bundle.exe  在 Microsoft Visual Studio 2015 Installer Projects 文件夹的   VSI_bundle.exe 就是安装文件。 下载完成后, 点击 VSI_bundle.exe ,右键 属性 按下图进行设置 设置选择 “兼容性”(兼容:win7) 和设置选择“管理员身份运行” 。 然后双击安装VSI_bundle.exe即可。 安装完成后,重启Visual Studio 2015 即可 在软件上看到了。
水下无人自主潜航器故障诊断数据集
免费公开数据集转载。包含5种故障状态,多种传感器在不同故障状态下采集信号。
51单片机控制三个步进电机的启动停止加protrus仿真
51单片机控制三个步进电机的启动停止加protrus仿真
DS18B20温度数据采集上报
DS18B20温度数据采集上报
spring boot集成spring security前后分离项目分布式缓存认证流程最佳实现
spring boot集成spring security前后分离项目分布式缓存认证流程最佳实现
C++数据结构课程设计:基于散列表的程序相近度检测系统
内容:对于两个C++程序,设计并实现两种不同的基于散列表的检测算法,计算两个程序的相近度,并分析 1. 分别读取两个C++程序文件(InFile1.cpp,InFile2.cpp),识别其中的关键词并统计频度,分别生成两个文件,保存关键词名称和对应频度(OutFile1.txt,OutFile2.txt)。 2. 自行设计散列函数,分别利用开放地址法和链地址法构建C语言关键词的散列表。在扫描源程序的过程中,每遇到关键词就查找相应散列表,并累加相应关键词出现的频度。 3. 根据统计的两个程序中关键词不同频度,可以得到两个向量。 4. 利用开放地址法和链地址法两种方法实现,分别输出s和两种方法计算s所用的时间,分析比较两种方法的效率。
1 使用glm4-flash免费的API进行文本QA问答数据抽取,40个煤矿领域安全的规章文本,最终抽取出837个样本共8万to
1 使用glm4-flash免费的API进行文本QA问答数据抽取,40个煤矿领域安全的规章文本,最终抽取出837个样本共8万token进行微调 2 使用第一步抽取的文本QA问答数据基于glm4-flash微调出一个煤矿安全大模型,并进行测试
信商学院足球决赛照片.zip
信商学院足球决赛照片.zip