STM32--LED

所属分类:处理器开发
开发工具:C/C++
文件大小:771KB
下载次数:35
上传日期:2011-07-10 10:19:13
上 传 者dglghhr
说明:  STM32开发板例程LED-STM32开发板例程LED-STM32开发板例程LED-
(STM32 development board the routine 1)

文件列表:
STM32开发板 -LED闪烁\JLinkLog.txt (38031, 2010-01-04)
STM32开发板 -LED闪烁\startup_stm32f10x_hd.lst (52244, 2011-05-29)
STM32开发板 -LED闪烁\STM32-FD-FLASHLED.map (62610, 2011-05-29)
STM32开发板 -LED闪烁\stm32-fd-FlashLED_Uv2.Bak (2992, 2010-06-06)
STM32开发板 -LED闪烁\stm32-fd-FlashLED_Target 1.dep (4377, 2011-06-04)
STM32开发板 -LED闪烁\STM32F10x.s (11307, 2009-08-31)
STM32开发板 -LED闪烁\FWlib\inc\misc.h (4951, 2009-11-04)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_adc.h (19585, 2009-08-31)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_bkp.h (7373, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_can.h (14289, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_conf.h (3213, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_crc.h (1980, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_dac.h (10271, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_dbgmcu.h (2980, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_dma.h (18790, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_exti.h (5833, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_flash.h (14446, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_fsmc.h (17276, 2009-09-01)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_gpio.h (15247, 2011-05-31)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_i2c.h (16923, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_iwdg.h (3677, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_pwr.h (4201, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_rcc.h (16258, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_rtc.h (3659, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_sdio.h (18598, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_spi.h (14896, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_tim.h (48768, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_usart.h (14483, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc\stm32f10x_wwdg.h (2785, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\inc (0, 2010-11-05)
STM32开发板 -LED闪烁\FWlib\SRC\misc.c (6874, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_adc.c (46634, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_bkp.c (8248, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_can.c (30960, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_crc.c (3340, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_dac.c (13723, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_dbgmcu.c (4310, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_dma.c (27362, 2009-04-06)
STM32开发板 -LED闪烁\FWlib\SRC\stm32f10x_exti.c (6801, 2009-04-06)
... ...

1设计要求 PC6,PC7,PD6,PD13 LED快速交替闪烁。 2 硬件电路设计 在开发板上通用I/O口PC6,PC7,PD6,PD13作为控制D1,D2,D3,D4的控制线。 3软件程序设计 根据设计任务要求,软件程序主要包括: (1) 配置GPIO口,将PC6,PC7,PD6,PD13配置为上拉输出模式。 (2) 延时控制相应端口的置位和复位。 4 运行过程 (1) 使用Keil uVision3 通过JLINK仿真器连接开发板,打开实验例程目录下的STM32-FD-ADC.Uv2例程,编译链接工程; (2) 下载后可看到PC6,PC7,PD6,PD13 LED快速交替闪烁。

近期下载者

相关文件


收藏者