-
chm格式
寄存器和处理器模式(26
chm格式
寄存器和处理器模式(26-bit 体系)
寄存器和处理器模式(32-bit 体系)
程序状态寄存器和操纵它的指令
寄存器装载和存储指令
算术和逻辑指令
移位操作
乘法指令
比较指令
分支指令
条件执行
软件中断指令
APCS (ARM 过程调用标准) -Register and processor mode (26-bit system) registers and processor mode (32-bit system), Program Status Register and manipulation of its instruction register load and store instructions arithmetic and logic instructions compare instructions MUL shift operation conditions for the implementation of branch instruction software interrupt instruction APCS (ARM Procedure Call Standard)
- 2022-02-05 09:11:37下载
- 积分:1
-
based on ARM9
基于ARM9-AT91RM9200的开发板BasicEMAC的系列调试程序,文件里有程序的详细注释.-based on ARM9-AT91RM9200 development board BasicEMAC series debugging process sequence, document the procedures detailed notes.
- 2022-01-31 11:56:14下载
- 积分: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
-
s3c2410驱动文件入门例程1,led控制。
s3c2410驱动文件入门例程1,led控制。-S3C2410 driver entry routine document 1, led control.
- 2022-03-11 04:48:29下载
- 积分:1
-
ARM EP9315 的原理开发图,有20多页的原理图纸
ARM EP9315 的原理开发图,有20多页的原理图纸-ARM EP9301 the principle development plan, more than 20 pages of drawings Principle
- 2022-01-24 09:04:34下载
- 积分:1
-
ATmega8尾灯电路更复杂的C程序,实现不同的花…
ATmega8 taillight circuitA more complex C program that implements different flashing patterns under the control of both the push buttons and potentiometer. Use your imagination to come up with some novel ideas here. Remember however that more marks are to be awarded for the quality of the code than for the novelness of the patterns.
- 2022-02-07 02:49:31下载
- 积分:1
-
minarm mnu20
MinArm MNU20-20模块 ,8563使用例程-MinArm MNU20-20 modules, 8563 the use of routine
- 2023-05-26 22:10:03下载
- 积分:1
-
JIYU AT91SAM7X256的CAN
接口协议的转换的驱动代码实现
JIYU AT91SAM7X256的CAN
接口协议的转换的驱动代码实现-JIYU AT91SAM7X256 CAN-interface protocol to achieve the conversion of the driver code
- 2022-11-30 13:55:04下载
- 积分:1
-
51 红外发送程序 带仿真 数据格式可以修改程序来实现
51 红外发送程序 带仿真 数据格式可以修改程序来实现-51 infrared send process with simulation data formats can modify the procedure to realize
- 2022-05-14 09:47:31下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1