-
菲利普ARM的工程模板,周立功开发套件自带
菲利普ARM的工程模板,周立功开发套件自带-Philippe ARM works template, Zhou, who own Boards
- 2023-08-02 10:15:03下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
2410完整的原测试代码(按照功能…
2410完整的原测试代码(按照功能目录分开,学习起来比较容易)
- 2022-08-22 08:59:56下载
- 积分:1
-
ARM9 core philip
ARM9内核的philip公司的LPC3180初始化SDRAM的驱动代码-ARM9 core philip
- 2023-03-27 07:45:02下载
- 积分:1
-
KEIL or ADS for the development of the environment, given popular ARM instructio...
ADS或是KEIL为开发环境,给出常用ARM指令集及汇编
-KEIL or ADS for the development of the environment, given popular ARM instruction set and compilation
- 2022-01-22 08:14:54下载
- 积分:1
-
基于srt
基于srt-2算法,利用verilog实现16位定点无符号数除法器(除数、被除数均由16位整数和16位小数组成,商由32位整数和16位小数构成,余数由32位小数组成)-Based on srt-2 algorithm, using verilog to achieve 16-bit fixed-point unsigned divider (divisor, dividend by 16-bit integer and 16-bit decimal form, business from the 32-bit integer and 16-bit fractional composition, I composed a few from the 32-bit decimal)
- 2022-03-19 07:07:06下载
- 积分:1
-
Week Ligong smartarm2200 WDT board test
周立功smartarm2200板子wdt试验-Week Ligong smartarm2200 WDT board test
- 2022-01-25 23:00:07下载
- 积分: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
-
The project is based on an embedded s3c2410 led by a test code
该工程是一个基于嵌入式s3c2410的一个led测试代码-The project is based on an embedded s3c2410 led by a test code
- 2023-07-21 07:00:03下载
- 积分:1
-
开发ARM系统有用工具,可以在线调试目标板的程序,很强大哦....
开发ARM系统有用工具,可以在线调试目标板的程序,很强大哦.-ARM development system useful tool for online debugging target board procedures, a very strong oh.
- 2022-02-04 19:00:15下载
- 积分:1