-
keil测量实例
keil measure example
- 2022-01-24 09:01:46下载
- 积分:1
-
JTAG中关于IO的操作代码,对写JTAG SEVER有极高的价值
JTAG中关于IO的操作代码,对写JTAG SEVER有极高的价值-JTAG on the IO operation code, write JTAG SEVER on high value
- 2022-03-22 23:25:06下载
- 积分:1
-
ARM 指令集,包括所有的ARM指令集,是做ARM的朋友不可缺少的工具书。...
ARM 指令集,包括所有的ARM指令集,是做ARM的朋友不可缺少的工具书。-ARM instruction set, including all of the ARM instruction set, ARM is a friend to do an indispensable tool for the book.
- 2022-09-10 20:15:03下载
- 积分:1
-
一个网卡的应用,基于kb9202开发板,SOC是atmel的at91,实现了ICMP和ARP协议,IP太繁,实现个缩水版的又没有意思...
一个网卡的应用,基于kb9202开发板,SOC是atmel的at91,实现了ICMP和ARP协议,IP太繁,实现个缩水版的又没有意思-a card applications, based on kb9202 Development Board, the SOC is atmel at91. Implementation of ICMP and ARP, IP is too complex and achieve a shrunken version of the formula interesting
- 2022-10-20 15:25:03下载
- 积分:1
-
S08例程:本程序是显示模块的例程,所接器件为四位八段led数码管,其中PTB0
S08例程:本程序是显示模块的例程,所接器件为四位八段led数码管,其中PTB0-PTB3
与数码管的位选相连接,PTB4,PTB5与74LS164连接-S08 routines: this process is the routine display module, the access device for four eight led digital tube, which PTB0-PTB3 bit digital tube and connected to the election, PTB4, PTB5 connect with 74LS164
- 2022-08-07 09:51:37下载
- 积分:1
-
单片机红外遥控电脑音源切换器,可以轻松实现电脑音源的切换。...
单片机红外遥控电脑音源切换器,可以轻松实现电脑音源的切换。-Single-chip audio switch infrared remote computer, you can easily switch the computer audio sources.
- 2022-01-25 21:00:34下载
- 积分:1
-
嵌入式系统
arm9-AT91RM9200开发板调试程序BasicMCIDevice方面的代码,可以直接编译测试.-arm9- AT91RM9200 development board debugging procedures BasicMCIDevice The code can be directly translated tests.
- 2022-07-01 11:36:58下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
自制mips处理器verilog代码
这是MIPS32微处理器的DIY代码,是一个SOC,片上集成了SROM、DRAM、uart、timer、gpio。参考了CPU自制一书,自己修改了访问内存协议。剖析了处理器工作原理,解开了处理器的神秘面纱,可得到极大成就感。
- 2022-01-31 08:19:06下载
- 积分:1
-
最新版IAR511下的AT91SAM7S64的PIO例程。
最新版IAR511下的AT91SAM7S64的PIO例程。-IAR511 under the latest version of the PIO routines AT91SAM7S64.
- 2022-08-25 01:11:10下载
- 积分:1