#include “stm32f10x.h”
void RCC_Configuration(void);//2
void GPIO_Configuration(void);//GPIO
void Delay(u32 count)
{
u32 i=0;
for(;i int main(void) { RCC_Configuration();//3 LED_Init(); while(1) { GPIO_SetBits(GPIOA,GPIO_Pin_0);//第一灯亮 Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_0); //第一灯灭 Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_1); //第二灯亮 Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_1); //第二灯灭 Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_2); //第三灯亮 Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_2); //第三灯灭 Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_3); //第四灯亮 Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_3); //第四灯灭 Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_4);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_4); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_5);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_5); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_6);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_6); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_7);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_7); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_8);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_8); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_9);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_9); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_10);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_10); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_11);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_11); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_12);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_12); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_13);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_13); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_14);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_14); // Delay(800000); //延时 GPIO_SetBits(GPIOA,GPIO_Pin_15);// Delay(800000); //延时 GPIO_ResetBits(GPIOA,GPIO_Pin_15); // Delay(800000); //延时 } } void LED_Init(void)//GPIO { RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); GPIO_InitTypeDef GPIO_InitStructure; //结构体 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_All; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP; //推挽输出 GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; GPIO_Init(GPIOA, &GPIO_InitStructure); } void RCC_Configuration(void) //1 { ErrorStatus HSEStartUpStatus; RCC_DeInit(); RCC_HSEConfig(RCC_HSE_ON); HSEStartUpStatus = RCC_WaitForHSEStartUp(); if(HSEStartUpStatus == SUCCESS) { RCC_HCLKConfig(RCC_SYSCLK_Div1); RCC_PCLK2Config(RCC_HCLK_Div1); RCC_PCLK1Config(RCC_HCLK_Div2); FLASH_SetLatency(FLASH_Latency_2); FLASH_PrefetchBufferCmd(FLASH_PrefetchBuffer_Enable); RCC_PLLConfig(RCC_PLLSource_HSE_Div1, RCC_PLLMul_9); RCC_PLLCmd(ENABLE); while(RCC_GetFlagStatus(RCC_FLAG_PLLRDY) == RESET); RCC_SYSCLKConfig(RCC_SYSCLKSource_PLLCLK); while(RCC_GetSYSCLKSource() != 0x08); } } 流水灯还有几中实现方法如 用函数GPIO_Write 位置1 再左移 实现流水灯
上一篇:stm32入门——跑马灯(基于stm32f103zet6)
下一篇:STM32学习探究:流水灯的实现
推荐阅读最新更新时间:2024-11-09 12:31
设计资源 培训 开发板 精华推荐
- LT1802 的典型应用 - 四路 80MHz、25V/us 低功率轨至轨输入和输出精密运算放大器
- LT1125 的典型应用 - 四路低噪声、高速精密运算放大器
- 使用 MaxLinear, Inc 的 SP6656 的参考设计
- Sg2525A 稳压脉宽调制器的典型应用
- 电子CAD创新设计
- ADZS-BFFPGA-EZEXT,基于 ADSP-BF53x Blackfin 数字信号处理器 (DSP) 的 Blackfin FPGA EZ 扩展器评估系统
- LTC4278 的典型应用 - 具有同步无光反激控制器和 12V 辅助支持的 IEEE 802.3at PD
- ADA4000-1ARZ-RL运算放大器建立时间电路的典型应用电路
- 可实现高效驱动的单层冰箱风扇参考设计
- LTC3754EUH 演示板、16 通道 x 40mA LED 驱动器,具有 1% 的通道至通道电流匹配