-
DS18B20 c51程序(EE21学习板演示程序)
DS18B20 c51程序(EE21学习板演示程序)
-DS18B20 c51 procedures (EE21 learning demo board)
- 2023-08-08 04:15:03下载
- 积分:1
-
avr与PC的USB通讯(D12.rar
avr与PC的USB通讯(D12.rar-avr PC with the USB communications (D12.rar
- 2022-12-16 03:10:03下载
- 积分:1
-
North Korea as the "single
尽量朝“单片”方向设计硬件系统。系统器件越多,器件之间相互干扰也越强,功耗也增大,也不可避免地降低了系统的稳定性。随着单片机片内集成的功能越来越强,真正的片上系统SoC已经可以实现,如ST公司新近推出的μPSD32××系列产品在一块芯片上集成了80C32核、大容量FLASH存储器、SRAM、A/D、I/O、两个串口、看门狗、上电复位电路等等。 -North Korea as the "single-chip" design direction of the hardware system. System devices more mutual interference between devices are more strong, power consumption is increased, it will inevitably reduce system stability. With MCU with on-chip integration of more powerful, the real system-on-chip SoC can achieve, such as ST"s new PSD32 x x in a series chip integrates exertion nuclear, large-capacity flash memory, SRAM, A/D, I/O, 2 serial port, watchdog, the power-on reset circuit and so on.
- 2022-06-27 18:40:57下载
- 积分:1
-
基于飞利浦 lpc2104 arm7 微处理器的部分程序
基于飞利浦 lpc2104 arm7 微处理器的部分程序-Microprocessor-based Philips lpc2104 arm7 Part of the procedure
- 2022-03-02 05:24:26下载
- 积分:1
-
STM32F103VBT6 实现SRAM
STM32F103VBT6 实现SRAM -STM32F103VBT6 realize SRAM
- 2022-02-25 09:22:37下载
- 积分:1
-
usbn9603 such as the transmission of the firmware
usbn9603等时传输的firmware-usbn9603 such as the transmission of the firmware
- 2022-03-17 10:37:44下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
Proteus仿真实验经典12例程 Proteus仿真实验经典12例程
Proteus仿真实验经典12例程 Proteus仿真实验经典12例程-Proteus simulation routines Proteus classic 12 classic 12 simulation routines
- 2022-08-20 20:38:02下载
- 积分:1
-
C8051F series microcontrollers configuration software ConfigAndConfig2Install, t...
C8051F系列单片机配置软件ConfigAndConfig2Install,也就是专家系统,很不错!-C8051F series microcontrollers configuration software ConfigAndConfig2Install, that is, expert systems, very good!
- 2022-07-10 06:16:13下载
- 积分:1
-
c51单片机实验程序代码
c51单片机实验程序代码--流水灯、时钟、液晶驱动,串口异步通信、AD、DA、ROM 扩展、IO扩展等等,附原理图,对初学者很有帮助。-C51 single-chip experimental procedure code- water lights, clock, LCD driver, serial asynchronous communication, AD, DA, ROM expansion, IO expansion and so on, with schematic diagram, useful for beginners.
- 2023-07-26 09:55:03下载
- 积分:1