-
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits...
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to see if the downloader is trying to connect. If not,
then the bootloader gives up control and jumps to your program. If the
downloader is trying to connect, then the bootloader receives the new
program over USB and writes it into flash.
- 2022-07-02 10:50:21下载
- 积分:1
-
基于芯片的代码复制文件
基于ARM芯片的代码烧录程序文件-based on the ARM chip code copying files
- 2023-08-14 22:40:03下载
- 积分:1
-
lWIP是TCPIP的协议的源代码。采用的是最新LWIP0.6.4版本。为了得到最佳性能,我们需要引入操作
系统。上面的UCOSII就是一个很好操作系统。...
lWIP是TCPIP的协议的源代码。采用的是最新LWIP0.6.4版本。为了得到最佳性能,我们需要引入操作
系统。上面的UCOSII就是一个很好操作系统。-lWIP TCPIP agreement is the source code. Using the latest version LWIP0.6.4. To get the best performance, we need to introduce the operating system. UCOSII above is a very good operating system.
- 2022-08-19 06:42:09下载
- 积分:1
-
Digital electron clock
Fixed time
基于51单片机的数字电子钟调时+定时程序-Digital electron clock
Fixed time
- 2023-04-16 23:15:03下载
- 积分:1
-
RC522 C51工厂验证过的源代码分享
NXP原厂提供的代码经工厂验证更改后量产的代码
配合C51单片机
S50
mifare 卡
适合初学者研究学习
下面是部分RC522.C源码 附件还 更多源码
#include
#include "lpcreg.h"
#include "main.h"
#include "mfrc522.h"
#define MAXRLEN 18
/////////////////////////////////////////////////////////////////////
//功 能:寻卡
//参数说明: req_code[IN]:寻卡方式
// 0x52 = 寻感应区内所有符合14443A标准的卡
// 0x26 = 寻未进入休眠状态的卡
// pTagType[OUT]:卡片类型代码
//
- 2023-06-05 23:00:03下载
- 积分:1
-
how 44B0 development board ARMSYS on NFS
如何在基于NFS的开发环境下开发ARMSYS的44B0开发板
- 2022-03-22 08:44:12下载
- 积分:1
-
μC/OS
μC/OS-II实验程序说明
软件版本:V1.0 日期:2005-05-25
多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在
多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务
分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。
每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中,
OSInit()创建了两个μC/OS-II的默认任务:一个是OS_TaskIdle,即CPU空闲任务,它拥有
最低的优先级,当有其他任务运行时此任务处于就绪态,没有其他任务时就是它在运行,
该任务是μC/OS-II必需的任务;另一个任务是OS_TaskStat,它每隔一段时间就做一些统-Arm adt IDE
- 2023-08-06 17:45:03下载
- 积分:1
-
飞利浦公司uCOS
飞利浦公司uCOS-II_LPC2000.移植源代码-Philips uCOS-II_LPC2000. Transplant source code
- 2022-07-22 05:16:06下载
- 积分:1
-
Stable MCU Keyboard Program
稳定的单片机键盘程序,支持长按,连击等操作!-Stable MCU Keyboard Program
- 2022-03-12 19:00:10下载
- 积分:1
-
SAE STANDARD J1850
CLASS B DATA COMMUNICATION NETWORK INTERFACE
SAE STANDARD J1850
CLASS B DATA COMMUNICATION NETWORK INTERFACE
- 2022-12-31 20:25:03下载
- 积分:1