文件名称:IR_RS232
介绍说明--下载内容来自于网络,使用问题请自行百度
红外遥控代码,需要重新配置SysTick的中断优先级为最高,要不然SysTick延时中断抢占不了IO EXTI中断,或者当你用其他定时器做延时的时候,要配置定时器的优先级高于IO EXTI中断的优先级.(Reconfiguration of SysTick interrupts the highest priority, otherwise SysTick delay interrupts cannot preempt IO EXTI interrupts
* because the default configuration of the SysTick initialization is minimal
* or when you do a delay with other timers, configure the timer to be higher than the priority of the IO EXTI interrupt)
* because the default configuration of the SysTick initialization is minimal
* or when you do a delay with other timers, configure the timer to be higher than the priority of the IO EXTI interrupt)
相关搜索: 红外遥控代码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IR_RS232\Doc\readme.txt
IR_RS232\keilkill.bat
IR_RS232\Libraries\CMSIS\core_cm3.c
IR_RS232\Libraries\CMSIS\core_cm3.h
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_cl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_hd.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_ld.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_md.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_xl.s
IR_RS232\Libraries\CMSIS\stm32f10x.h
IR_RS232\Libraries\CMSIS\system_stm32f10x.c
IR_RS232\Libraries\CMSIS\system_stm32f10x.h
IR_RS232\Libraries\FWlib\inc\misc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_adc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_bkp.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_can.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_cec.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_crc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dac.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dbgmcu.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dma.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_exti.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_flash.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_fsmc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_gpio.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_i2c.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_iwdg.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_pwr.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_rcc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_rtc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_sdio.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_spi.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_tim.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_usart.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_wwdg.h
IR_RS232\Libraries\FWlib\src\misc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_adc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_bkp.c
IR_RS232\Libraries\FWlib\src\stm32f10x_can.c
IR_RS232\Libraries\FWlib\src\stm32f10x_cec.c
IR_RS232\Libraries\FWlib\src\stm32f10x_crc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dac.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dbgmcu.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dma.c
IR_RS232\Libraries\FWlib\src\stm32f10x_exti.c
IR_RS232\Libraries\FWlib\src\stm32f10x_flash.c
IR_RS232\Libraries\FWlib\src\stm32f10x_fsmc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_gpio.c
IR_RS232\Libraries\FWlib\src\stm32f10x_i2c.c
IR_RS232\Libraries\FWlib\src\stm32f10x_iwdg.c
IR_RS232\Libraries\FWlib\src\stm32f10x_pwr.c
IR_RS232\Libraries\FWlib\src\stm32f10x_rcc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_rtc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_sdio.c
IR_RS232\Libraries\FWlib\src\stm32f10x_spi.c
IR_RS232\Libraries\FWlib\src\stm32f10x_tim.c
IR_RS232\Libraries\FWlib\src\stm32f10x_usart.c
IR_RS232\Libraries\FWlib\src\stm32f10x_wwdg.c
IR_RS232\Output\Template.hex
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvgui.Administrator
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvgui.fire
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvopt
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvproj
IR_RS232\Project\RVMDK(uv4)\JLink Regs CM3.txt
IR_RS232\Project\RVMDK(uv4)\JLinkSettings.ini
IR_RS232\User\IrDa\bsp_irda.c
IR_RS232\User\IrDa\bsp_irda.h
IR_RS232\User\Key\bsp_exti.c
IR_RS232\User\Key\bsp_exti.h
IR_RS232\User\Led\bsp_led.c
IR_RS232\User\Led\bsp_led.h
IR_RS232\User\main.c
IR_RS232\User\stm32f10x_conf.h
IR_RS232\User\stm32f10x_it.c
IR_RS232\User\stm32f10x_it.h
IR_RS232\User\SysTick\bsp_SysTick.c
IR_RS232\User\SysTick\bsp_SysTick.h
IR_RS232\User\usart\bsp_usart1.c
IR_RS232\User\usart\bsp_usart1.h
IR_RS232\Libraries\CMSIS\startup
IR_RS232\Libraries\FWlib\inc
IR_RS232\Libraries\FWlib\src
IR_RS232\Libraries\CMSIS
IR_RS232\Libraries\FWlib
IR_RS232\Project\RVMDK(uv4)
IR_RS232\User\IrDa
IR_RS232\User\Key
IR_RS232\User\Led
IR_RS232\User\SysTick
IR_RS232\User\usart
IR_RS232\Doc
IR_RS232\Libraries
IR_RS232\Listing
IR_RS232\Output
IR_RS232\Project
IR_RS232\User
IR_RS232
IR_RS232\keilkill.bat
IR_RS232\Libraries\CMSIS\core_cm3.c
IR_RS232\Libraries\CMSIS\core_cm3.h
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_cl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_hd.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_ld.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_md.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s
IR_RS232\Libraries\CMSIS\startup\startup_stm32f10x_xl.s
IR_RS232\Libraries\CMSIS\stm32f10x.h
IR_RS232\Libraries\CMSIS\system_stm32f10x.c
IR_RS232\Libraries\CMSIS\system_stm32f10x.h
IR_RS232\Libraries\FWlib\inc\misc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_adc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_bkp.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_can.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_cec.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_crc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dac.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dbgmcu.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_dma.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_exti.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_flash.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_fsmc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_gpio.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_i2c.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_iwdg.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_pwr.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_rcc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_rtc.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_sdio.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_spi.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_tim.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_usart.h
IR_RS232\Libraries\FWlib\inc\stm32f10x_wwdg.h
IR_RS232\Libraries\FWlib\src\misc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_adc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_bkp.c
IR_RS232\Libraries\FWlib\src\stm32f10x_can.c
IR_RS232\Libraries\FWlib\src\stm32f10x_cec.c
IR_RS232\Libraries\FWlib\src\stm32f10x_crc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dac.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dbgmcu.c
IR_RS232\Libraries\FWlib\src\stm32f10x_dma.c
IR_RS232\Libraries\FWlib\src\stm32f10x_exti.c
IR_RS232\Libraries\FWlib\src\stm32f10x_flash.c
IR_RS232\Libraries\FWlib\src\stm32f10x_fsmc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_gpio.c
IR_RS232\Libraries\FWlib\src\stm32f10x_i2c.c
IR_RS232\Libraries\FWlib\src\stm32f10x_iwdg.c
IR_RS232\Libraries\FWlib\src\stm32f10x_pwr.c
IR_RS232\Libraries\FWlib\src\stm32f10x_rcc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_rtc.c
IR_RS232\Libraries\FWlib\src\stm32f10x_sdio.c
IR_RS232\Libraries\FWlib\src\stm32f10x_spi.c
IR_RS232\Libraries\FWlib\src\stm32f10x_tim.c
IR_RS232\Libraries\FWlib\src\stm32f10x_usart.c
IR_RS232\Libraries\FWlib\src\stm32f10x_wwdg.c
IR_RS232\Output\Template.hex
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvgui.Administrator
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvgui.fire
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvopt
IR_RS232\Project\RVMDK(uv4)\iSO-STM32.uvproj
IR_RS232\Project\RVMDK(uv4)\JLink Regs CM3.txt
IR_RS232\Project\RVMDK(uv4)\JLinkSettings.ini
IR_RS232\User\IrDa\bsp_irda.c
IR_RS232\User\IrDa\bsp_irda.h
IR_RS232\User\Key\bsp_exti.c
IR_RS232\User\Key\bsp_exti.h
IR_RS232\User\Led\bsp_led.c
IR_RS232\User\Led\bsp_led.h
IR_RS232\User\main.c
IR_RS232\User\stm32f10x_conf.h
IR_RS232\User\stm32f10x_it.c
IR_RS232\User\stm32f10x_it.h
IR_RS232\User\SysTick\bsp_SysTick.c
IR_RS232\User\SysTick\bsp_SysTick.h
IR_RS232\User\usart\bsp_usart1.c
IR_RS232\User\usart\bsp_usart1.h
IR_RS232\Libraries\CMSIS\startup
IR_RS232\Libraries\FWlib\inc
IR_RS232\Libraries\FWlib\src
IR_RS232\Libraries\CMSIS
IR_RS232\Libraries\FWlib
IR_RS232\Project\RVMDK(uv4)
IR_RS232\User\IrDa
IR_RS232\User\Key
IR_RS232\User\Led
IR_RS232\User\SysTick
IR_RS232\User\usart
IR_RS232\Doc
IR_RS232\Libraries
IR_RS232\Listing
IR_RS232\Output
IR_RS232\Project
IR_RS232\User
IR_RS232
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.