-
MT28F128J3 flash 编程 也适用intel flash 28F 系列 里面是pdf文档, 后面有详细的程序源码...
MT28F128J3 flash 编程 也适用intel flash 28F 系列 里面是pdf文档, 后面有详细的程序源码-MT28F128J3 flash programming also applies intel flash 28F Series Lane pdf files-yes, behind a detailed procedure FO
- 2022-09-16 03:45:03下载
- 积分:1
-
Embedded tutorial, the embedded linux on in the development and application of
嵌入式教程,有关嵌入式在linux上的开发及应用-Embedded tutorial, the embedded linux on in the development and application of
- 2022-05-06 07:51:55下载
- 积分:1
-
ti tusb3210
用于USB 适配器的源代码,值得一看he following is a series of code files comprising
the bootcode for TUSB3210. It is already resident in
on-chip ROM and therefore was not intended for our
customers to compile 揳s is?and execute on the
evaluation board. Rather, it is provided
to serve as an example of how to program the device,
and excerpts of the code can be used in real
applications (for example, the I2C subroutines).
- 2023-09-04 02:35:03下载
- 积分:1
-
bootsplash,在嵌入式系统中可定制自己的开机画面,可自己定一控制条,显示动画等等,使用tar xvfj 解压...
bootsplash,在嵌入式系统中可定制自己的开机画面,可自己定一控制条,显示动画等等,使用tar xvfj 解压-Bootsplash, can customize one s own greeting in the embedded system,show control bar and animation. decompress it using tar xvfj
- 2022-03-18 11:49:14下载
- 积分:1
-
解析工具,代码写的很好,可以直接带来的
xml解析工具,代码写的很不错,可以直接拿来用-xml parsing tools, code written in a very good, can be directly brought by
- 2022-04-06 15:32:15下载
- 积分:1
-
STM32F10 SDIO的例子
应用背景STM32F10是程序员做的基于C语言的许多应用好板。关键技术使用SDIO FATFS /板STM32F10到SD / MMC卡之间的通信
- 2023-08-27 19:55:06下载
- 积分:1
-
anger Bootloader, a revised application to s3c2410
vivi bootloader,已经修改过的适用于s3c2410-anger Bootloader, a revised application to s3c2410
- 2022-06-19 07:28:38下载
- 积分:1
-
uclinux下的一个窗口显示程序
uclinux下的一个窗口显示程序-Basis of a window display program
- 2022-01-20 23:19:19下载
- 积分:1
-
本文适用于对嵌入式系统没有概念和经验,
渴望进入嵌入式系统开发的领域,
但又觉得系统太复杂,要学的东西太多,
感觉完全无从学起,无从下手
的...
本文适用于对嵌入式系统没有概念和经验,
渴望进入嵌入式系统开发的领域,
但又觉得系统太复杂,要学的东西太多,
感觉完全无从学起,无从下手
的
初级开发人员-this applies to the concept of embedded systems and no experience, eager to enter the embedded system development areas, but think the system is too complicated, to learn so many things, not feeling completely started learning the way of the primary developers
- 2022-03-20 22:38:45下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1