stm32f4

所属分类:单片机开发
开发工具:Others
文件大小:496KB
下载次数:17
上传日期:2014-12-29 13:38:00
上 传 者micheal.k
说明:  基于STM32F407单片机,实现红外线遥控,开机在LCD上显示一些信息之后,即进入等待红外触发,如过接收到正确的红外信号,则解码,并在LCD上显示键值和所代表的意义,以及按键次数等信息。同样我们也是用LED0来指示程序正在运行。
(Based STM32F407 microcontroller, achieving an infrared remote control, turn on the LCD display some information after that into the waiting infrared triggers, such as by receiving the correct infrared signals, decode, and display key and significance represented on the LCD, as well as key number and other information. Similarly, we also use LED0 to indicate the program is running.)

文件列表:
实验29 红外遥控实验\CORE\core_cm4.h (109142, 2014-07-17)
实验29 红外遥控实验\CORE\core_cm4_simd.h (22735, 2014-07-17)
实验29 红外遥控实验\CORE\startup_stm32f40_41xxx.s (29605, 2014-08-02)
实验29 红外遥控实验\FWLIB\inc\misc.h (6924, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_adc.h (32880, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_can.h (27318, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_crc.h (2416, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_cryp.h (14481, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_dac.h (14946, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_dbgmcu.h (4296, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_dcmi.h (12977, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_dma.h (28882, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_dma2d.h (19692, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_exti.h (8012, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_flash.h (24467, 2014-08-04)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h (3275, 2014-08-04)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_fmc.h (44924, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_fsmc.h (27181, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_gpio.h (23548, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_hash.h (10084, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_i2c.h (31939, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_iwdg.h (4323, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_ltdc.h (21191, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_pwr.h (7728, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_rcc.h (30063, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_rng.h (3958, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_rtc.h (40546, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_sai.h (25470, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_sdio.h (22777, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_spi.h (21178, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_syscfg.h (8974, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_tim.h (51689, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_usart.h (17935, 2014-08-01)
实验29 红外遥控实验\FWLIB\inc\stm32f4xx_wwdg.h (3542, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\misc.c (11443, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\stm32f4xx_adc.c (69068, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\stm32f4xx_can.c (60150, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\stm32f4xx_crc.c (3596, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\stm32f4xx_cryp.c (35493, 2014-08-01)
实验29 红外遥控实验\FWLIB\src\stm32f4xx_cryp_aes.c (58026, 2014-08-01)
... ...

本实验将实现如下功能:开机在LCD上显示一些信息之后,即进入等待红外触发,如过接收到正确的红外信号,则解码,并在LCD上显示键值和所代表的意义,以及按键次数等信息。同样我们也是用LED0来指示程序正在运行。 正点原子@ALIENTEK 2014-10-25 广州市星翼电子科技有限公司 电话:020-38271790 传真:020-36773971 购买: http://shop62057469.taobao.com 公司网站:www.alientek.com 技术论坛:www.openedv.com

近期下载者

相关文件


收藏者