-
SST89C58 the IAP function for online download steps
SST89C58的IAP功能进行在线下载程序的步骤-SST89C58 the IAP function for online download steps
- 2022-03-10 13:28:41下载
- 积分:1
-
CPU的code banking技术实例:
This Zip file contains five (3) folders:
FastChi...
CPU的code banking技术实例:
This Zip file contains five (3) folders:
FastChip Project Files
* This folder contains a folder called "Bank" that
should be moved into:
FastChipProjects
Keil Project Files
* These files are to be put into the directory of
your choice and the project is to be opened from
within Keil
Hex Files
* These files are the output of Keil. If you do not
want to compile and link all of the code, these files
can be loaded into FastChip directly
-CPU examples of code banking technology: This Zip file contains five (3) folders: FastChip Project Files* This folder contains a folder called
- 2022-11-23 17:10:03下载
- 积分:1
-
i2c to os/2
i2c到os/2
- 2022-04-26 19:27:21下载
- 积分:1
-
通过MCU采集数据并上传到PC,通过串口协议传送
通过MCU采集数据并上传到PC,通过串口协议传送-Through the MCU data collection and upload to the PC, through serial transmission agreement
- 2022-02-03 03:29:17下载
- 积分:1
-
在MSP430F247上实现的LCD12864的显示
在MSP430F247上实现的LCD12864的显示-MSP430F247 achieved in the display LCD12864
- 2022-08-15 01:06:17下载
- 积分:1
-
由单片机组成的仿三菱可编程控制器 能完成所有逻辑控制(即PC)功能,并对机床全部输入信息进行处理;具有最优性能价格比...
由单片机组成的仿三菱可编程控制器 能完成所有逻辑控制(即PC)功能,并对机床全部输入信息进行处理;具有最优性能价格比-Composed by the single-chip programmable logic controller like Mitsubishi to complete all the logic control (ie, PC) function, and machine tool for processing all input information with optimal price-performance ratio
- 2022-03-09 10:26:25下载
- 积分:1
-
LPC900 microcontroller design program
LPC900单片机设计方案--自动响铃实验系统,完整的程序代码,可以直接运行!-LPC900 microcontroller design program-- automatically ringing experimental system, the integrity of the program code, can directly run!
- 2022-02-04 17:20:50下载
- 积分:1
-
本程序是4位七段显示、3x3键扫实验,正确无误。
本程序是4位七段显示、3x3键扫实验,正确无误。-4 This procedure is the seventh show, 3x3 keys sweep experiments are correct.
- 2023-08-08 21:00:03下载
- 积分:1
-
8MHz with auto
8MHz,FLL+自动校准。
- 2022-04-12 10:09:08下载
- 积分:1
-
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出...
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出0.2秒,接着0.2秒从P3.2输出电平信号,如此循环下去,就形成我们所需的报警声了。
*
* 程序设计方法
*(1.生活中我们常常到各种各样的报警声,例如“嘀、嘀、…”就是常见的一种声音报警声,
* 但对于这种报警声,嘀0.2秒钟,然后断0.2秒钟,如此循环下去,假设嘀声的频率为1KHz,
* 由于要产生上面的信号,我们把上面的信号分成两部分,一部分为1KHZ方波,
* 占用时间为0.2秒;另一部分为电平,也是占用0.2秒;因此,我们利用单片机的定时/计数器T0作为定时,
* 可以定时0.2秒;同时,也要用单片机产生1KHZ的方波,对于1KHZ的方波信号周期为1ms,
* 高电平占用0.5ms,低电平占用0.5ms,因此也采用定时器T0来完成0.5ms的定时;
* 最后,可以选定定时/计数器T0的定时时间为0.5ms,而要定时0.2秒则是0.5ms的400倍,
* 也就是说以0.5ms定时400次就达到0.2秒的定时时间了。
*/
- 2022-05-23 23:28:34下载
- 积分:1