资源列表
[嵌入式Linux] 缩减Linux嵌入式系统软体的方法与实例
说明:本文探讨使用 Linux作为嵌入式作业系统的方法,透过如何对内核、守护程序、库和应用程序等四个主要部份,进行缩减其大小后,以便配置在以闪存为存储设备的嵌入式系統中。-This paper discusses the use of Linux as an embedded operating system, kernel through how to protect their procedures, and application procedures for the four main par<康康> 在 2025-06-03 上传 | 大小:250kb | 下载:0
[DSP编程] C54X-bootloader
说明:利用仿真器实现FLASH的在线烧写程序,适用于TI的C54X系列DSP-use simulator to achieve FLASH online burning procedures applicable to TI C54X DSP Series<陈旭> 在 2025-06-03 上传 | 大小:156kb | 下载:0
[单片机(51,AVR,MSP430等)] upsd33XX
说明:采用ST的UPSD33XX系列单片机的双串口,实现串口通信的波特率转换,一边为25针串口,一边为9针串口,两天波特率可在程序中修改!文件中包括原理图,PCB和源程序-UPSD33XX using ST's Microcontroller series dual serial ports, Serial communication baud rate conversion, the side of the 25-pin serial port side of the 9-pin seria<陈旭> 在 2025-06-03 上传 | 大小:260kb | 下载:0
[单片机(51,AVR,MSP430等)] 公交车IC卡电路图,原程序(其实就这么简单)~
说明:介绍了公交车IC卡电路图,汇编原程序-introduced the bus IC card circuit, the compilation of the original procedure<陈旭> 在 2025-06-03 上传 | 大小:400kb | 下载:0
[uCOS开发] UCOS252
说明:uC/OS 2.52源码完整版 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用- uC/OS 2.52 source code complete version Though there is many versions of source code on the Internet ,most of them don t include all the files, this is a complete version ,you can use it directly<徐震弘> 在 2025-06-03 上传 | 大小:57kb | 下载:0
[其他嵌入式/单片机内容] 嵌入式系统概论
说明:嵌入式系统讲义,某大学资深教授讲课时候的讲义,在网上也有流传,再次拿出来和大家分享-Embedded Systems lectures, a senior university professors to give lectures when the lectures, the Internet has spread to repeat and share<徐震弘> 在 2025-06-03 上传 | 大小:896kb | 下载:0
[单片机(51,AVR,MSP430等)] 1602 模拟口线显示我的名字程序
说明:1602显示我的姓名和电话的汇编程序.采用模拟口线方式驱动.-1602 show my name and phone assembler. I simulated line drive.<马良> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] 我参加电子竞赛 做的温度控制的单片机程序
说明:主要用到了PID算法控制温度,显示采用动态扫描.输出可调节占空比的脉冲控制加热器-mainly used to control the temperature PID algorithm, shows that using dynamic scanning. Output adjustable pulse duty cycle control of the heater<马良> 在 2025-06-03 上传 | 大小:4kb | 下载:0
[单片机(51,AVR,MSP430等)] 我同学提供的温度采样子程序
说明:也用到了温度PID控制,和我门的不同是采用D/A输出控制量的.主要由温度采样--->温度滤波子程序--->温度线性化----->温度设定值等模块组成.-also uses a PID temperature control, and my door is different D/A output volume control. By sampling temperature--- gt; Temperature filter subroutine-- gt; Temperatu<马良> 在 2025-06-03 上传 | 大小:3kb | 下载:0
[单片机(51,AVR,MSP430等)] 我做的遥控器解码程序
说明:利用单片机的中断口来测PWM码的宽度,通过本实验仪配备的遥控,单片机解码在数码管上显示(图20)。实际应用例如:红外遥控-use SCM I interrupted to test PWM-yard width, the passage of the experimental apparatus equipped with the remote control, microcontroller decoding in a digital display tube (Figure 20). Pra<马良> 在 2025-06-03 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] 已知两点求第三点的双字节无符号定点插值算法
说明:两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2- y1) (x-x)/(x2- x1) y1 2, acc<马良> 在 2025-06-03 上传 | 大小:16kb | 下载:0