搜索资源列表
STM32-SPI
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此
TIMER_RVMDK
- 本源码为STM32的定时器使用例程,主要测试定时器2的功能。开发环境realviewMDK 将定时器2设置为输出比较模式,4个通道分别设置不同的比较值,因此每个通道产生中断的频率不同。在中断处理程序中分别相应的LED翻转,从而可以观察到4个闪烁频率不同的LED。 闪烁频率由快到慢:LD5、LD6、LD4、LD3。-The source code for the STM32 timer routine use, the main
LED
- STM8SLED例程,使用HSI为系统时钟源,并配置恰当的分频比; TIM2 CC2 输出PWM信号控制LD2亮度; TIM3 CC1 输出PWM信号控制LD3闪烁频率; TLI(PD7)中断用来打开/关闭LD4.-STM8SLED routine use of HSI for the system clock source, and config
Music
- 使用HSI为系统时钟源,并配置恰当的分频比; Timer2 CC1通道配置为PWM模式用以驱动蜂鸣器; Timer4 溢出中断用作LD4,LD3,LD2闪烁的时基; TLI(PD7)中断(用户按键)用来切换音乐的音调;-Use the HSI for the system clock source, and configure the approp
fortye_lib
- protel 及AltiumDesigner库,大部份在含有3D元器件 本人自己整理及收藏 对于使用AD及protel的人会有个不小的收获 现分享给大家-protel and AltiumDesigner library, most of my own finishing with 3D components and collections for the use of AD and protel people have n
djs
- lsd 这是一个9999位数倒计时,为了方便延时,定时时间稍长。 LD1 BIT P2.7 LD2 BIT P2.6 LD3 BIT P2.5 LD4 BIT P2.4 LED1 BIT P2.3 LED2 BIT P2.2 LED3 BIT P2.1 LED4 BIT P2.0 BEEP BIT P3.6 SUB BIT 01H 减位标志位 BUF_
Timer
- 路虎LPC1768开发板程序,定时开启LD4~LD-Land Rover LPC1768 development board procedures, regularly open LD4 ~ LD11
01_SysTick(3.2)
- TFT显示蓝色字符串 “FireBull Systick example” LD1、LD2、LD3、LD4循环点亮(采用SysTick延时)-TFT display blue string " FireBull Systick example" LD1, LD2, LD3, LD4 cycle light (using SysTick delay)
stm8S-test-project-2
- stm8 上tim 4 做delay操作-This example provides a short descr iption of how to use the TIM4 peripheral to generate time base equal to 1 ms. In this example a Delay function is implemented based on the TIM4 time ba