-
stm32f103 HAL库USART例程
STM32F103 HAL库串口应用例程(STM32F103 HAL Library Serial Port Application Routine)
- 2020-06-16 08:00:02下载
- 积分:1
-
1602proteus
Proteus单片机仿真实例大全之
《lcd1602仿真实例》(Proteus MCU simulation Daquan the "lcd1602 simulation")
- 2010-08-28 14:10:59下载
- 积分:1
-
HYNIX_DataSheet
USefull memory chip to use with embedded micro controllers. The Chip interfaces on the SPI bus and provides a method of high capacity
non-volatile memory storage
- 2009-12-15 19:36:47下载
- 积分:1
-
150MHz_variant_V_Kocka
DH4YHL frequency counter (VHF version) with 74hc04 and 74hc132 as prescaler
- 2013-04-01 02:14:15下载
- 积分:1
-
2、独立按键
说明: 基于51单片机的按键例程,常见问题:
1. 按键无反应 请您确认程序是否下载成功,连线正确无误,确认无误后还是无效果的话,将排线重新插拔下,单片机拿下来重新安装,重启开发板试试!(Key routines based on 51 single chip microcomputer,common problems:
1. Press the key and no response. Please confirm whether the program was downloaded successfully and the connection is correct. If it is still ineffective after confirmation, plug and unplug the cable again, take down the MCU and reinstall it. Restart the development board to try!)
- 2020-06-20 17:40:02下载
- 积分:1
-
asm_best_practices
asm_best_practices,学习asm很好的资料,经典实践学习,可下载学习参考(asm_best_practices, very good information to learn asm, classical experiential learning, downloadable learning information)
- 2010-07-06 14:04:09下载
- 积分:1
-
LED-3D-POV
stm32的3d led旋转显示器
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
}(stm32 LED 3D POV
main(void)
{
u16 speed=0
System_Init()
/*
/////test/////
int i=0
for(i=0 i<512 i+=2){
Image[i]=0xff
}
*/
while(1){
speed=(CoderData.Speed/64)
//HC595X8(speed,Image)
if(speed==0) speed=1000
if(speed<5000) HC595X8(speed,Image)
}
}
void System_Init(void){
CoderInit()
HC595Init()
})
- 2020-12-23 12:29:08下载
- 积分:1
-
新风控制板-瑞萨79F8513A
基于瑞萨(原NEC)8位单片机79F8513A开发的新风系列控制板。
主要功能,ADC采集,串口通讯,输入扩展74HC4051D,IO口模拟I2C通讯,新风机组风机控制等功能。(The new wind series control board is developed based on the 8 bit single chip 79F8513A of NEC.
The main function, ADC collection, serial port communication, input extended 74HC4051D, IO port analog I2C communication, fan control of new wind unit, etc.)
- 2018-03-25 10:22:40下载
- 积分:1
-
ucosii51
这是一个用51单片机系统仿真ucosii工作的protues电路
本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统
使用方法:
1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹
中的extern ram.DSN 文件
2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。
(yy.hex其实就是yy文件夹中keil文档编译出来的hex文 件,yy文件夹是杨屹的ucos51 系统,用keil 2
可以打开)
3.在Clock Frequency选项中输入22.184M(杨屹的ucos51 用的是22.184M hz的单片机频率)
4.双击VTERM串口调试显示屏,在Baud Rate 选项中选择19200的波特率
5.保存,点击运行就可以看到经典的hello world 了。
(1. Protues7.4 version installed, and then open the protues folder protues 8051 simulation
The extern ram.DSN file
2. Open extern ram.DSN, double-click the pop-up window of SCM in the Program File option, select yy.hex file.
(yy.hex actually yy folder keil out of the document compiled hex files, yy folder is Yang Yi s ucos51 system, using keil 2
Can open)
3. In the Clock Frequency option to enter 22.184M (Yang Yi of the ucos51 using a microcontroller 22.184M hz frequency)
4. Double-click VTERM serial debug display, in the Baud Rate select 19200 baud rate options
5. Save, click Run you can see the classic hello world)
- 2010-03-09 19:40:03下载
- 积分:1
-
AD9958-2--frequences
AD9858驱动程序,采用AT8952驱动,实现两通道产生不同频率的正弦波。(AD9858 driver, the AT8952 driver, two channels have a different frequency sine wave.)
- 2021-04-08 15:49:00下载
- 积分:1