实验器材:
阿波罗STM32F429开发板
实验目的:
学习GPIO作为输出的使用
硬件资源:
1,DS0(连接在PB1)
2,DS1(连接在PB0)
实验现象:
本实验通过代码控制开发板上的两个LED:DS0和DS1交替闪烁,实现类似跑马灯的效果
注意事项:
无.
参考资料:阿波罗STM32F429开发指南-库函数版本.pdf 第六章
-------------------------------------------------------------------------------------------
◆其他重要连接:
开发板光盘资料下载地址(视频+文档+源码等):http://www.openedv.com/posts/list/13912.htm
◆友情提示:如果您想以后及时免费的收到正点原子所有开发板资料更新增加通知,请关注微信公众平台:
2种添加方法:(动动手提升您的学习效率,惊喜不断哦)
(1)打开微信->添加朋友->公众号->输入“正点原子”->点击关注
(2)打开微信->添加朋友->输入“alientek_stm32"->点击关注
具体微信添加方法,请参考帖子:http://www.openedv.com/posts/list/45157.htm
淘宝店铺: http://openedv.taobao.com
http://eboard.taobao.com
公司网站:www.alientek.com
技术论坛:www.openedv.com
微信公众平台:正点原子
电话:020-38271790
传真:020-36773971
广州市星翼电子科技有限公司
正点原子@ALIENTEK
2016-6月
没有合适的资源?快使用搜索试试~ 我知道了~
stm32OLED显示
共239个文件
h:87个
c:75个
o:20个
需积分: 35 16 下载量 33 浏览量
2018-09-08
15:23:03
上传
评论 2
收藏 1.19MB 7Z 举报
温馨提示
u8 t=0; HAL_Init(); //初始化HAL库 Stm32_Clock_Init(360,25,2,8); //设置时钟,180Mhz delay_init(180); //初始化延时函数 LED_Init(); //初始化LED OLED_Init(); //初始化OLED OLED_ShowString(0,0,"ALIENTEK",24); OLED_ShowString(0,24, "0.96' OLED TEST",16); OLED_ShowString(0,40,"ATOM 2014/5/4",12); OLED_ShowString(0,52,"ASCII:",12); OLED_ShowString(64,52,"CODE:",12); OLED_Refresh_Gram();//更新显示到OLED t=' ';
资源推荐
资源详情
资源评论
收起资源包目录
stm32OLED显示 (239个子文件)
LED.uvguix.41357 85KB
LED.uvguix.Administrator 139KB
LED.axf 484KB
keilkilll.bat 399B
stm32f4xx_hal_tim.c 175KB
stm32f4xx_hal_fmpi2c.c 134KB
stm32f4xx_hal_cryp.c 121KB
stm32f4xx_hal_sd.c 110KB
stm32f4xx_hal_i2c.c 105KB
stm32f4xx_hal_cryp_ex.c 103KB
stm32f4xx_hal_rcc_ex.c 96KB
stm32f4xx_hal_eth.c 73KB
stm32f4xx_hal_spi.c 71KB
stm32f4xx_hal_dsi.c 71KB
stm32f4xx_hal_tim_ex.c 67KB
stm32f4xx_hal_qspi.c 66KB
stm32f4xx_hal_usart.c 64KB
stm32f4xx_hal_sai.c 63KB
stm32f4xx_hal_uart.c 63KB
stm32f4xx_ll_fmc.c 61KB
stm32f4xx_hal_hash.c 60KB
stm32f4xx_hal_rtc_ex.c 57KB
stm32f4xx_hal_rtc.c 54KB
stm32f4xx_hal_hash_ex.c 53KB
stm32f4xx_hal_i2s_ex.c 52KB
stm32f4xx_hal_lptim.c 52KB
stm32f4xx_ll_usb.c 51KB
stm32f4xx_hal_flash_ex.c 50KB
stm32f4xx_hal_adc.c 50KB
stm32f4xx_hal_irda.c 49KB
stm32f4xx_hal_i2s.c 46KB
stm32f4xx_hal_rcc.c 46KB
stm32f4xx_hal_smartcard.c 45KB
stm32f4xx_hal_can.c 45KB
stm32f4xx_hal_dma2d.c 42KB
stm32f4xx_hal_ltdc.c 42KB
stm32f4xx_hal_spdifrx.c 41KB
stm32f4xx_hal_cec.c 38KB
stm32f4xx_hal_hcd.c 36KB
stm32f4xx_hal_nand.c 36KB
stm32f4xx_hal_pcd.c 35KB
stm32f4xx_ll_fsmc.c 35KB
stm32f4xx_hal_dac.c 33KB
stm32f4xx_hal_nor.c 32KB
stm32f4xx_hal_dma.c 32KB
stm32f4xx_hal_adc_ex.c 31KB
stm32f4xx_hal_dcmi.c 28KB
stm32f4xx_hal_sdram.c 27KB
stm32f4xx_hal_pccard.c 25KB
stm32f4xx_hal_flash.c 25KB
system_stm32f4xx.c 24KB
stm32f4xx_hal_pwr_ex.c 24KB
stm32f4xx_hal_sram.c 23KB
stm32f4xx_hal_pwr.c 21KB
stm32f4xx_hal_gpio.c 20KB
stm32f4xx_hal_cortex.c 19KB
stm32f4xx_ll_sdmmc.c 19KB
stm32f4xx_hal.c 19KB
stm32f4xx_hal_rng.c 17KB
stm32f4xx_hal_wwdg.c 16KB
stm32f4xx_hal_dac_ex.c 16KB
stm32f4xx_hal_iwdg.c 13KB
stm32f4xx_hal_fmpi2c_ex.c 11KB
stm32f4xx_hal_crc.c 11KB
stm32f4xx_hal_dma_ex.c 11KB
stm32f4xx_hal_sai_ex.c 10KB
stm32f4xx_hal_dcmi_ex.c 9KB
stm32f4xx_hal_ltdc_ex.c 7KB
stm32f4xx_hal_i2c_ex.c 7KB
stm32f4xx_hal_pcd_ex.c 7KB
stm32f4xx_hal_flash_ramfunc.c 7KB
oled.c 7KB
delay.c 6KB
usart.c 6KB
stm32f4xx_it.c 5KB
stm32f4xx_hal_msp_template.c 4KB
sys.c 4KB
led.c 1KB
main.c 901B
stm32f4xx_hal_usart.crf 763KB
stm32f4xx_hal_uart.crf 754KB
stm32f4xx_hal_rcc.crf 752KB
oled.crf 752KB
stm32f4xx_hal_dma.crf 744KB
stm32f4xx_hal_rcc_ex.crf 744KB
main.crf 743KB
usart.crf 743KB
stm32f4xx_hal_pwr_ex.crf 743KB
stm32f4xx_hal_gpio.crf 743KB
sys.crf 742KB
delay.crf 742KB
led.crf 741KB
stm32f4xx_hal_pwr.crf 741KB
stm32f4xx_hal.crf 741KB
stm32f4xx_hal_dma_ex.crf 740KB
stm32f4xx_hal_cortex.crf 740KB
system_stm32f4xx.crf 739KB
stm32f4xx_it.crf 739KB
stm32f4xx_hal_pwr_ex.d 6KB
stm32f4xx_hal_rcc_ex.d 6KB
共 239 条
- 1
- 2
- 3
资源评论
qq_41852638
- 粉丝: 0
- 资源: 6
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功