• 大小: 9.25MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-22
  • 语言: 其他
  • 标签: ARM  

资源简介

对于刚接触stm32的小伙伴们的端口操作,32路pwm输出,pwm端口复用,定时器,中断的学习有帮助,勿喷~

资源截图

代码片段和文件信息

#include “led.h“
void led_init()
{
GPIO_InitTypeDef GPIO_InitStructure;
SystemInit(); //时钟清零

RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOCENABLE); //打开c端口的时钟

  
  GPIO_InitStructure.GPIO_Pin = GPIO_Pin_All;
  GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
  GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
  GPIO_Init(GPIOC &GPIO_InitStructure);

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-08-11 13:23  机械手程序\
     文件         539  2016-08-11 13:23  机械手程序\PWM使用情况.txt
     文件         695  2016-08-07 13:13  机械手程序\中指完美.txt
     文件         760  2016-08-07 13:26  机械手程序\大拇指完美.txt
     文件          38  2016-08-09 14:17  机械手程序\手腕前后.txt
     文件           8  2016-08-09 14:23  机械手程序\手腕旋转.txt
     文件         761  2016-08-07 13:13  机械手程序\无名指完美.txt
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\
     文件       59715  2014-12-09 16:24  机械手程序\机械手更新程序\1.uvopt
     文件         654  2014-12-09 16:24  机械手程序\机械手更新程序\1_Target 1.dep
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\beep\
     文件        1879  2015-05-28 11:07  机械手程序\机械手更新程序\APP\beep\beep.c
     文件         194  2015-05-28 11:02  机械手程序\机械手更新程序\APP\beep\beep.h
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\exit\
     文件        1581  2015-05-29 10:39  机械手程序\机械手更新程序\APP\exit\exti.c
     文件         151  2014-12-11 17:32  机械手程序\机械手更新程序\APP\exit\exti.h
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\jixieshou\
     文件        7042  2016-08-11 15:08  机械手程序\机械手更新程序\APP\jixieshou\jixieshou.c
     文件         161  2016-08-11 13:56  机械手程序\机械手更新程序\APP\jixieshou\jixieshou.h
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\key\
     文件        1095  2015-05-28 12:08  机械手程序\机械手更新程序\APP\key\key.c
     文件         451  2014-12-09 17:01  机械手程序\机械手更新程序\APP\key\key.h
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\LED\
     文件         383  2016-07-30 18:30  机械手程序\机械手更新程序\APP\led.c
     文件          87  2016-07-30 17:35  机械手程序\机械手更新程序\APP\led.h
     文件        2342  2015-05-28 11:15  机械手程序\机械手更新程序\APP\LED\led.c
     文件         182  2015-05-28 10:40  机械手程序\机械手更新程序\APP\LED\led.h
     目录           0  2016-08-11 13:23  机械手程序\机械手更新程序\APP\PWM\
     文件        5084  2016-08-11 11:31  机械手程序\机械手更新程序\APP\PWM\pwm.c
     文件         145  2016-08-07 10:41  机械手程序\机械手更新程序\APP\PWM\pwm.h
............此处省略507个文件信息

评论

共有 条评论