-
Discussing embedded systems in general is difficult, because each embedded syste...
Discussing embedded systems in general is difficult, because each embedded system is unique. Rather than presenting a list of general principles for handling embedded development issues, this book presents examples of problems encountered and solutions to those problems using real hardware and software. In that sense, it is a “cookbook” for developers that offers design “recipes” that can be elaborated on or modified as needed to solve other design problems.
- 2022-02-14 10:49:17下载
- 积分:1
-
单片机复位电路的可靠性设计复位电路的基本功能是 系统上电时提供复位信号直至系统电源稳定后撤销复位信号为可靠起
见电源稳定后还要经一定的延时才撤销复位信号以防...
单片机复位电路的可靠性设计复位电路的基本功能是 系统上电时提供复位信号直至系统电源稳定后撤销复位信号为可靠起
见电源稳定后还要经一定的延时才撤销复位信号以防电源开关或电源插头分-合过程中引起的抖动而影
响复位-MCU reset circuit reliability design of the circuit" s basic function is to reset the system power-on reset signal until the system is to provide stable power to withdraw the sake of the reset signal as a reliable power supply stable even after a certain delay to revoke a reset signal to prevent the power switch or Power plug points- combined jitter caused in the course affected by reset
- 2022-08-07 20:12:48下载
- 积分:1
-
利用ARM2103编写的实时时钟程序,请各位高手指点
利用ARM2103编写的实时时钟程序,请各位高手指点-ARM2103 prepared to use real-time clock procedures, expert advice please
- 2022-04-11 23:23:55下载
- 积分:1
-
Freescale MXL under the file system to download files CRAMFS
FREESCALE下的MXL的文件系统CRAMFS下载文件-Freescale MXL under the file system to download files CRAMFS
- 2022-02-03 05:45:24下载
- 积分:1
-
实时时钟1302准确度高,控制方便,本程序既是在AVR环境下应用的一个很好的例子...
实时时钟1302准确度高,控制方便,本程序既是在AVR环境下应用的一个很好的例子-Real-time clock 1302 high accuracy and convenient control, the procedure is not only in the AVR environment applications a good example
- 2022-03-17 21:58:55下载
- 积分:1
-
数字访客计数器
应用背景数字访客计数器是一个可靠的电路在房间里的人数,人数/访客的任务准确地。当有人进入那房间的计数器一。房间内的人总人数在液晶屏上显示。微控制器做上述工作。它接收来自传感器,这个信号是在软件的控制下运行的存储在闪存中。您可以重置计数器使用复位开关。关键技术Keil IDE8051单片机红外传感器接口P89V51RD2液晶jhd162a
- 2023-03-08 17:20:04下载
- 积分:1
-
T-Kernel 嵌入式系统源码,非常好用!-T-Kernel source embedded system is very easy to use!
- 2022-12-28 16:25:04下载
- 积分:1
-
PIC16F73做逆变器,包括原理图,C程序,及相关信息
PIC16f73做的逆变器,包括原理图,c程序,与相关资料-PIC16f73 done inverter, including schematics, c program, and related information
- 2022-09-26 06:10:03下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
PALM 上的城管管理系统,具有拍照录音等功能
PALM 上的城管管理系统,具有拍照录音等功能-PALM administration on the management system, with cameras recording function
- 2022-01-25 16:20:43下载
- 积分:1