-
基于ARM的串口通讯新方法
基于ARM的串口通讯新方法-a new serial communication method which Based ARM
- 2022-06-13 09:40:56下载
- 积分:1
-
plc diy 制作
一种基于51单片机的plc下位机程序,完全兼容fx1n plc。高度集成c语言学习。
- 2022-07-10 23:33:37下载
- 积分:1
-
This paper introduces a system based on the LPC2000 family of processors the ini...
本文详细的介绍了基于LPC2000系列处理器的系统的初始化过程,并结合具体代码(在附带的程序中)对重映射作了细致的阐述,这些对于正确的理解和开发基于ARM的嵌入式系统具有重要的意义。-This paper introduces a system based on the LPC2000 family of processors the initialization process, combined with a specific code (in the attached program) made a detailed mapping of the re-elaboration of these for a correct understanding and development of ARM-based embedded system has an important significance.
- 2022-05-22 16:28:13下载
- 积分:1
-
三星S2410基于零点BE
三星S2410基于零点BE-A9的 音频实时接收-Samsung S2410 against BE-A9-based audio real-time receiver
- 2022-08-19 11:42:02下载
- 积分:1
-
ARM ADS 外设仿真的一个例子
ARM ADS 外设仿真的一个例子-ARM ADS peripherals example of a simulation
- 2023-01-19 13:50:03下载
- 积分:1
-
这个是该开发项目所使用的CPU,有什么问题或开发方面的问题,请与我联系!我们共同探讨关于嵌入式的开发....
这个是该开发项目所使用的CPU,有什么问题或开发方面的问题,请与我联系!我们共同探讨关于嵌入式的开发.-This is the development project by the use of the CPU, or what is the problem with the development of the issue, please contact me! Discussion on our common embedded development.
- 2023-01-25 16:00:09下载
- 积分:1
-
实时系统编程学习--ARM 指令集,各种指令分类详解
实时系统编程学习--ARM 指令集,各种指令分类详解-learning-- ARM instruction set, all the commands Elaborates on classification
- 2022-10-22 23:50:02下载
- 积分: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
-
arm7 bios源码分析
arm7 bios源码分析-ARM7 bios source analysis
- 2022-03-15 05:33:32下载
- 积分:1
-
臂结构的精灵规范
ELF specification for the ARM Architecture
- 2022-01-25 23:56:15下载
- 积分:1