-
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉...
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2022-02-01 11:35:32下载
- 积分:1
-
以太网W5100驱动程序
******************************************************************************
* @file W5100.c
* 本文件包括5个部分:
* 1. W5100初始化
* 2. W5100的Socket初始化
* 3. Socket连接
* 如果Socket设置为TCP服务器模式,则调用Socket_Listen()函数,W5100处于侦听状态,直到远程客户端与它连接。
* 如果Socket设置为TCP客户端模式,则调用Socket_Connect()函数,
* 每调用一次Socket_Connect(s)函数,产生一次连接,
*
- 2022-02-16 05:49:42下载
- 积分:1
-
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。...
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。-Tern United States has developed an embedded development platform 586E, with the paradigm c/c++ Integrated development environment is a typical x86 embedded development procedures involved in embedded development is an important reference value.
- 2022-03-13 16:47:54下载
- 积分:1
-
在 SM59128 单芯片,使用 128K Program Code 方式,由于 SM59128 为新的芯片,可能必须上 Syncmos 取得更新 Keil C...
在 SM59128 单芯片,使用 128K Program Code 方式,由于 SM59128 为新的芯片,可能必须上 Syncmos 取得更新 Keil C 的更新-In SM59128 single-chip, the use of 128K Program Code because it SM59128 for the new chip, it may be necessary to obtain updates on Syncmos updated Keil C
- 2022-07-04 07:49:15下载
- 积分:1
-
ARM7的源代码,ARM7能够实现基本功能,VHDL和Ver…
ARM7的源代码,能够实现ARM7的基本功能,VHDL以及Verilog语言开发。-The source code for ARM7, ARM7 able to realize the basic functions, VHDL and Verilog language development.
- 2023-08-13 10:00:04下载
- 积分:1
-
easyarm2013 project template for the development of lpc2103 This is the template...
easyarm2013工程模板,这是为开发lpc2103写的模板-easyarm2013 project template for the development of lpc2103 This is the template Writing
- 2022-02-02 12:37:30下载
- 积分:1
-
LPC chips used to do the detection of gas emissions, including gas composition a...
采用LPC的芯片做的气体排放检测,包括气体成分分析,数据的处理,数据传输给工作站.-LPC chips used to do the detection of gas emissions, including gas composition analysis, data processing, data transmission to the workstation.
- 2022-08-24 14:43:50下载
- 积分:1
-
初学者实用的基本程序模块。包括各种晶振调试、低功耗设置、端口设置、定时器、比较器、串行通信、ADC、DAC等MSP430F14X最小系统的基本程序。...
初学者实用的基本程序模块。包括各种晶振调试、低功耗设置、端口设置、定时器、比较器、串行通信、ADC、DAC等MSP430F14X最小系统的基本程序。-MSP430F14X Basic sample programs
- 2022-08-07 05:53:38下载
- 积分:1
-
STM32F103 RTC 日期程序驱动
STM32F103 RTC 日期程序驱动
#include "rtc.h"
const DateTimeType MinDateTime = {
10, 1, 1, 0, 0, 0
};
const DateTimeType MaxDateTime = {
99, 12, 31, 23, 59, 59
};
- 2022-06-12 03:47:39下载
- 积分:1
-
用来pdu编解码,对于短信的发送和传输有用,很好的程序
用来pdu编解码,对于短信的发送和传输有用,很好的程序-PDU codec used for message sending and transmission of useful, very good procedures
- 2023-07-05 22:05:03下载
- 积分:1