-
arm9
arm9-AT91RM9200开发板调试程序AT91RM9200-BasicUHP方面的代码,可以直接编译测试.-arm9- AT91RM9200 development board debugging procedures AT91RM9200-Bas icUHP the code can be directly translated tests.
- 2022-03-24 02:44:41下载
- 积分:1
-
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息...
1.此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!其上电以后LED会闪烁一下,接着串口0会输出一些系统信息 可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-1. This code debugging under the SDT2.51 passed, in my plank ARM DEVELOP BOARD V1.0 above run! After its power LED flashes that went 0 serial output will be some system information through serial terminal and system interaction, can test 320x240 STN LCD, including graphics function, ascii character display function.
- 2022-01-25 17:22:32下载
- 积分:1
-
学习arm必备的书,里面列出了arm可能遇到的问题
学习arm必备的书,里面列出了arm可能遇到的问题-Learning arm essential book, which lists the possible problems encountered by arm
- 2022-03-09 23:13:16下载
- 积分:1
-
ZLG系列LPC Protel yuanjianku 2200
protel yuanjianku zlg de lpc 2200 xilie
- 2022-06-28 21:23:02下载
- 积分:1
-
zlg公司研发基于CORTEX
zlg公司研发基于CORTEX-M3内核的UART源代码.高质量,高水平.-R
- 2022-06-20 13:59:53下载
- 积分: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
-
基于摩托罗拉S12标准源程序
包括:SCIO,Timer,RAM,EEPROM
基于摩托罗拉S12标准源程序
包括:SCIO,Timer,RAM,EEPROM-based on Motorola 12337 standard source include : SCIO, Timer, RAM, EEPROM
- 2022-06-02 16:56:18下载
- 积分:1
-
S3C44B0X development board PWM Demo procedures, the test is mainly OWN function...
S3C44B0X 开发板PWM Demo程序,主要是测试了PWN的功能,可以做为通用程序-S3C44B0X development board PWM Demo procedures, the test is mainly OWN function can be used as a general program
- 2022-08-21 11:20:38下载
- 积分:1
-
ARM9 2440 原理图,希望大家有用,好东西拿出来共享
ARM9 2440 原理图,希望大家有用,好东西拿出来共享-ARM9 2440 schematics, hope useful, good things come up to share
- 2022-03-19 21:05:49下载
- 积分:1
-
这是三星公司的arm7 s3c44b0x芯片的所有外设中断程序,都是用标准c语言编写的...
这是三星公司的arm7 s3c44b0x芯片的所有外设中断程序,都是用标准c语言编写的-This is Samsung"s chip ARM7 s3c44b0x all peripherals interruption procedures, standards are used to prepare the language c
- 2022-01-23 10:49:53下载
- 积分:1