搜索资源列表
9200-emc-test
- AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- -----------------
STM32F103-General-Timer-TIM2-
- ST公司的ARM STM32F103 通用定时器程序-STM32F103 General Timer TIM2 Programme
TIMx_test
- STM32的定时器例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 timer routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
STM32F103VBT-PWM
- Simple hardware PWM using timer 3 in STM32F103.The STM32 F1 is a series of mainstream MCUs covering the needs of a large variety of applications in the industrial, medical and consumer markets. With this series of products, ST has pioneered the world
pwm
- 这个是STM32的PWM输出模式,STM32的TIM1模块是增强型的定时器模块,下面的代码,是利用TIM1模块的1、2通道产生一共4路PWM的代码例子,类似代码也可以参考ST的固件库中相应example-This is the PWM output mode of the STM32, the STM32 TIM1 module is the enhanced timer module, the following code, TIM1 module 1,2 channel to produce
32L-TOUCH-LIB
- ST供应商提供的stm32l15x系列的touchkey源码,该源码我自己已经用过,有很强的环境自校准功能,在这款低价位芯片上发挥的很好,不过是三个定时器pwm捕获实现的,这样很耗cpu资源。-ST suppliers stm32l15x series touchkey source, the source I' ve used, there is a strong environmental self-calibration feature on this low-cost chips
Timer-Interrupt_STM32F207Z
- 利用ST官方提供的库函数,实现了定时器中断的功能。-Using ST official library functions to achieve the timer interrupt function