基于C语言编写的STM32控制运动控制芯片MCX314的整套控制程序源码.rar

上传者: GJZGRB | 上传时间: 2023-03-20 23:08:14 | 文件大小: 667KB | 文件类型: RAR
基于C语言编写的STM32控制运动控制芯片MCX314的整套控制程序源码 int main(void) { /* 由于ST固件库的启动文件已经执行了CPU系统时钟的初始化,所以不必再次重复配置系统时钟。 启动文件配置了CPU主时钟频率、内部Flash访问速度和可选的外部SRAM FSMC初始化。 系统时钟缺省配置为72MHz,如果需要更改,可以修改: \Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c 中配置系统时钟的宏。 */ int i=0; GPIO_InitTypeDef init; /* 定义一个GPIO的结构体变量 */ /* 说明:GPIO_InitTypeDef 是ST固件库中定义的一个结构体变量类型 由于GPIO的参数很多,如果用函数形参设置每个参数,那么函数的形参太多了,因此ST使用了结构体变量,先 设置结构体变量每个成员的值,然后在执行GPIO设置 */ /* 打开GPIOF的时钟 */ RCC_APB2PeriphClo

文件下载

资源详情

[{"title":"( 176 个子文件 667KB ) 基于C语言编写的STM32控制运动控制芯片MCX314的整套控制程序源码.rar","children":[{"title":"project.uvgui.Administrator <span style='color:#111;'> 133.77KB </span>","children":null,"spread":false},{"title":"project.uvgui_Administrator.bak <span style='color:#111;'> 133.77KB </span>","children":null,"spread":false},{"title":"project.uvgui_psh.bak <span style='color:#111;'> 132.14KB </span>","children":null,"spread":false},{"title":"project_uvproj.bak <span style='color:#111;'> 62.33KB </span>","children":null,"spread":false},{"title":"project_uvopt.bak <span style='color:#111;'> 35.44KB </span>","children":null,"spread":false},{"title":"删除目标文件(用于打包备份).bat <span style='color:#111;'> 756B </span>","children":null,"spread":false},{"title":"CopyHex_ExtSRAM.bat <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"CopyHex_ExtSRAM.bat <span style='color:#111;'> 46B </span>","children":null,"spread":false},{"title":"CopyHex_CpuRAM.bat <span style='color:#111;'> 44B </span>","children":null,"spread":false},{"title":"CopyHex_CpuRAM.bat <span style='color:#111;'> 44B </span>","children":null,"spread":false},{"title":"CopyHex_Flash.bat <span style='color:#111;'> 42B </span>","children":null,"spread":false},{"title":"CopyHex_Flash.bat <span style='color:#111;'> 42B </span>","children":null,"spread":false},{"title":"MOVE.c <span style='color:#111;'> 146.04KB </span>","children":null,"spread":false},{"title":"stm32f10x_tim.c <span style='color:#111;'> 106.60KB </span>","children":null,"spread":false},{"title":"screen.c <span style='color:#111;'> 64.31KB </span>","children":null,"spread":false},{"title":"stm32f10x_flash.c <span style='color:#111;'> 61.08KB </span>","children":null,"spread":false},{"title":"stm32f10x_rcc.c <span style='color:#111;'> 50.07KB </span>","children":null,"spread":false},{"title":"stm32f10x_adc.c <span style='color:#111;'> 46.09KB </span>","children":null,"spread":false},{"title":"stm32f10x_i2c.c <span style='color:#111;'> 44.71KB </span>","children":null,"spread":false},{"title":"stm32f10x_can.c <span style='color:#111;'> 44.05KB </span>","children":null,"spread":false},{"title":"bsp_tft_lcd.c <span style='color:#111;'> 39.02KB </span>","children":null,"spread":false},{"title":"stm32f10x_usart.c <span style='color:#111;'> 37.41KB </span>","children":null,"spread":false},{"title":"system_stm32f10x.c <span style='color:#111;'> 35.70KB </span>","children":null,"spread":false},{"title":"stm32f10x_fsmc.c <span style='color:#111;'> 34.65KB </span>","children":null,"spread":false},{"title":"dso.c <span style='color:#111;'> 31.16KB </span>","children":null,"spread":false},{"title":"stm32f10x_spi.c <span style='color:#111;'> 29.52KB </span>","children":null,"spread":false},{"title":"stm32f10x_dma.c <span style='color:#111;'> 28.91KB </span>","children":null,"spread":false},{"title":"stm32f10x_sdio.c <span style='color:#111;'> 28.25KB </span>","children":null,"spread":false},{"title":"stm32f10x_nvic.c <span style='color:#111;'> 28.10KB </span>","children":null,"spread":false},{"title":"stm32f10x_gpio.c <span style='color:#111;'> 22.68KB </span>","children":null,"spread":false},{"title":"asc16.c <span style='color:#111;'> 21.33KB </span>","children":null,"spread":false},{"title":"stm32f10x_dac.c <span style='color:#111;'> 18.64KB </span>","children":null,"spread":false},{"title":"core_cm3.c <span style='color:#111;'> 16.87KB </span>","children":null,"spread":false},{"title":"bsp_button.c <span style='color:#111;'> 16.38KB </span>","children":null,"spread":false},{"title":"CPLD.c <span style='color:#111;'> 14.75KB </span>","children":null,"spread":false},{"title":"fsmc_nor.c <span style='color:#111;'> 13.90KB </span>","children":null,"spread":false},{"title":"hz16.c <span style='color:#111;'> 13.45KB </span>","children":null,"spread":false},{"title":"system_stm32l1xx.c <span style='color:#111;'> 13.41KB </span>","children":null,"spread":false},{"title":"stm32f10x_it.c <span style='color:#111;'> 13.33KB </span>","children":null,"spread":false},{"title":"stm32f10x_cec.c <span style='color:#111;'> 11.38KB </span>","children":null,"spread":false},{"title":"stm32f10x_pwr.c <span style='color:#111;'> 8.55KB </span>","children":null,"spread":false},{"title":"chabu.c <span style='color:#111;'> 8.43KB </span>","children":null,"spread":false},{"title":"stm32f10x_rtc.c <span style='color:#111;'> 8.40KB </span>","children":null,"spread":false},{"title":"bsp_usart.c <span style='color:#111;'> 8.32KB </span>","children":null,"spread":false},{"title":"stm32f10x_bkp.c <span style='color:#111;'> 8.26KB </span>","children":null,"spread":false},{"title":"WaveMaker.c <span style='color:#111;'> 7.02KB </span>","children":null,"spread":false},{"title":"misc.c <span style='color:#111;'> 6.88KB </span>","children":null,"spread":false},{"title":"stm32f10x_exti.c <span style='color:#111;'> 6.80KB </span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'> 6.38KB </span>","children":null,"spread":false},{"title":"bsp_timer.c <span style='color:#111;'> 5.81KB </span>","children":null,"spread":false},{"title":"stm32f10x_wwdg.c <span style='color:#111;'> 5.60KB </span>","children":null,"spread":false},{"title":"bsp_led.c <span style='color:#111;'> 5.25KB </span>","children":null,"spread":false},{"title":"stm32f10x_dbgmcu.c <span style='color:#111;'> 5.03KB </span>","children":null,"spread":false},{"title":"stm32f10x_iwdg.c <span style='color:#111;'> 4.80KB </span>","children":null,"spread":false},{"title":"stm32f10x_crc.c <span style='color:#111;'> 3.27KB </span>","children":null,"spread":false},{"title":"stm32f10x_assert.c <span style='color:#111;'> 2.20KB </span>","children":null,"spread":false},{"title":"bsp_printf.c <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"project_Flash.dep <span style='color:#111;'> 71.42KB </span>","children":null,"spread":false},{"title":"License.doc <span style='color:#111;'> 39.00KB </span>","children":null,"spread":false},{"title":"Project.ewd <span style='color:#111;'> 52.22KB </span>","children":null,"spread":false},{"title":"Project.ewp <span style='color:#111;'> 67.37KB </span>","children":null,"spread":false},{"title":"project.eww <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"stm32f10x.h <span style='color:#111;'> 619.08KB </span>","children":null,"spread":false},{"title":"stm32l1xx.h <span style='color:#111;'> 351.11KB </span>","children":null,"spread":false},{"title":"core_cm3.h <span style='color:#111;'> 83.71KB </span>","children":null,"spread":false},{"title":"stm32f10x_tim.h <span style='color:#111;'> 51.20KB </span>","children":null,"spread":false},{"title":"stm32f10x_rcc.h <span style='color:#111;'> 29.74KB </span>","children":null,"spread":false},{"title":"stm32f10x_i2c.h <span style='color:#111;'> 29.33KB </span>","children":null,"spread":false},{"title":"stm32f10x_can.h <span style='color:#111;'> 26.94KB </span>","children":null,"spread":false},{"title":"stm32f10x_fsmc.h <span style='color:#111;'> 26.38KB </span>","children":null,"spread":false},{"title":"stm32f10x_flash.h <span style='color:#111;'> 24.85KB </span>","children":null,"spread":false},{"title":"stm32f10x_sdio.h <span style='color:#111;'> 21.35KB </span>","children":null,"spread":false},{"title":"stm32f10x_adc.h <span style='color:#111;'> 21.18KB </span>","children":null,"spread":false},{"title":"stm32f10x_dma.h <span style='color:#111;'> 20.27KB </span>","children":null,"spread":false},{"title":"stm32f10x_gpio.h <span style='color:#111;'> 19.70KB </span>","children":null,"spread":false},{"title":"stm32f10x_spi.h <span style='color:#111;'> 17.31KB </span>","children":null,"spread":false},{"title":"stm32f10x_usart.h <span style='color:#111;'> 16.16KB </span>","children":null,"spread":false},{"title":"stm32f10x_dac.h <span style='color:#111;'> 14.88KB </span>","children":null,"spread":false},{"title":"misc.h <span style='color:#111;'> 8.77KB </span>","children":null,"spread":false},{"title":"stm32f10x_bkp.h <span style='color:#111;'> 7.38KB </span>","children":null,"spread":false},{"title":"MOVE.h <span style='color:#111;'> 7.07KB </span>","children":null,"spread":false},{"title":"stm32f10x_exti.h <span style='color:#111;'> 6.66KB </span>","children":null,"spread":false},{"title":"stm32f10x_cec.h <span style='color:#111;'> 6.42KB </span>","children":null,"spread":false},{"title":"screen.h <span style='color:#111;'> 4.79KB </span>","children":null,"spread":false},{"title":"stm32f10x_pwr.h <span style='color:#111;'> 4.28KB </span>","children":null,"spread":false},{"title":"stm32f10x_rtc.h <span style='color:#111;'> 3.77KB </span>","children":null,"spread":false},{"title":"stm32f10x_iwdg.h <span style='color:#111;'> 3.74KB </span>","children":null,"spread":false},{"title":"stm32f10x_dbgmcu.h <span style='color:#111;'> 3.73KB </span>","children":null,"spread":false},{"title":"bsp_tft_lcd.h <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"stm32f10x_wwdg.h <span style='color:#111;'> 2.90KB </span>","children":null,"spread":false},{"title":"bsp_button.h <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"fsmc_nor.h <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"dso.h <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"stm32f10x_conf.h <span style='color:#111;'> 2.39KB </span>","children":null,"spread":false},{"title":"CPLD.h <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"stm32f10x_crc.h <span style='color:#111;'> 2.11KB </span>","children":null,"spread":false},{"title":"system_stm32l1xx.h <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"system_stm32f10x.h <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"stm32f10x_it.h <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"bsp_timer.h <span style='color:#111;'> 962B </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明