-
含can总线的许多实例,极具参考价值,可根据提供的例程进行改写...
含can总线的许多实例,极具参考价值,可根据提供的例程进行改写-bus can contain many examples of great reference value, in accordance with the routines for rewrite
- 2022-03-02 17:48:23下载
- 积分:1
-
This code is in the public board S3C44B0 testing procedures, including boodloade...
此代码是在S3C44B0公板上的测试程序,包括boodloader,flash,lcd,common等-This code is in the public board S3C44B0 testing procedures, including boodloader, flash, lcd, common, etc.
- 2022-06-02 05:46:24下载
- 积分:1
-
这是运行在S3C2440+linxu上的SPI控制器驱动程序,里面包含Makefile...
这是运行在S3C2440+linxu上的SPI控制器驱动程序,里面包含Makefile-This is running on S3C2440+ Linxu the SPI controller driver, which contains Makefile
- 2022-05-29 16:30:02下载
- 积分:1
-
ARM 指令集:超强功能的ARM指令集,不下会后悔哦,可不要看他是个指令集.真的很强诶!...
ARM 指令集:超强功能的ARM指令集,不下会后悔哦,可不要看他是个指令集.真的很强诶!-ARM instruction set: Superacid of ARM instruction set features no less than will regret it Oh, do not look at him is an instruction set. Really strong ah!
- 2022-03-10 03:29:09下载
- 积分:1
-
SC2410 SDRAM测试程序
SC2410 SDRAM测试程序-SC2410 SDRAM testing procedures
- 2022-01-26 01:53:02下载
- 积分:1
-
本文章讲解了ARM汇编、Bootloader的功能,Bootloader的调试环境及ARM电路板的调试方法
本文章讲解了ARM汇编、Bootloader的功能,Bootloader的调试环境及ARM电路板的调试方法-The article on the ARM compilation, Bootloader function, Bootloader debug environment and debug ARM board method
- 2022-01-25 16:40:32下载
- 积分:1
-
基于armSUMSUNG公司嵌入式处器的启动程序的原代码及相关说明理。...
基于armSUMSUNG公司嵌入式处器的启动程序的原代码及相关说明理。-Based on Embedded armSUMSUNG Department
- 2022-06-26 00:00:10下载
- 积分:1
-
MIPS BSP算法
psos for mips bsp
- 2022-02-24 16:17:02下载
- 积分:1
-
DMA introduction/fundamentals
DMA introduction/fundamentals
- 2022-01-26 03:15:47下载
- 积分: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