-
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有
汇编编写的ARM启动代码,包括中断向量、运行域搬移、堆栈设置等代码的演示,还包括了一个scatter文件,注释详细。麻雀虽小五脏俱全,对于ARM编程的初学者,有助于理解ARM的代码链接和生成,以及启动过程。代码使用ADS1.2编写,可以直接运行查看。-Compilation prepared by ARM startup code, including the interrupt vector, run the domain move, stack setup code demonstration, but also a scatter file, comments in detail. Sparrows are small is a fully-equipped, for ARM programming for beginners, help to understand the link ARM code and generation, as well as the boot process. Code uses ADS1.2 prepared, you can directly run the Show.
- 2022-12-11 19:20:03下载
- 积分:1
-
arm架构的说明,比较详细的一个文档
arm架构的说明,比较详细的一个文档-arm structure of the note, a more detailed document
- 2022-05-18 10:36:39下载
- 积分:1
-
stm32f407 EXTI
此示例演示如何配置外部中断线路。
在此示例中,灭绝 Line0 (其中 PA0 引脚连接) 配置为生成
对每个上升沿中断。中断例程中 led 连接到
PD.12 针是进行切换。
- 2023-04-28 16:30: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
-
S3C2410驱动UDA1314的音频源程序
S3C2410驱动UDA1314的音频源程序-S3C2410-driven UDA1314 audio source
- 2022-05-21 10:32:52下载
- 积分:1
-
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的...
x86平台的usb摄像头驱动程序,把dll文件加入到系统中就可以驱动摄像头了,芯片为ovt511的-OVT511 s Driver for USB Cam on x86 platform. Just copy the DLL file to your system and drive the Cam!
- 2022-01-28 15:33:14下载
- 积分:1
-
臂结构参考手册
ARM Architecture Reference Manual
- 2022-07-22 02:44:55下载
- 积分:1
-
spi driver
spi总线驱动,在8bit mcu上调试通过。
spi总线控制方便,效率很高。
- 2022-03-07 09:05:53下载
- 积分: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
-
asd_at91rm9200设计,原理图,希望对大家有用
asd_at91rm9200设计,原理图,希望对大家有用-asd_at91rm9200 design, drawings, it may be useful to hope
- 2022-01-25 23:32:12下载
- 积分:1