-
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
-
学习ARM的一个必经之路就是其启动代码的编写。本文很好地介绍了ARM的一般启动流程并对一些代码进行了分析。如果结合具体代码学习,能够得到很好的提高。...
学习ARM的一个必经之路就是其启动代码的编写。本文很好地介绍了ARM的一般启动流程并对一些代码进行了分析。如果结合具体代码学习,能够得到很好的提高。-The only way to learn an ARM is that the preparation of startup code. In this paper, a good general introduction of the ARM startup code and some flow is analyzed. If the light of the specific code to learn, to improve well.
- 2022-03-01 04:32:57下载
- 积分:1
-
ds dfds fgdfdsf
sds SDN rf2401 22f sd2f dsfdsa公司
- 2022-07-15 02:31:34下载
- 积分:1
-
CPU:arm S3C44b0 LCD驱动程序 MONO GREY COLOR 包括BOOT LOADER 移植注意FLASH 和SRAM 所在区域...
CPU:arm S3C44b0 LCD驱动程序 MONO GREY COLOR 包括BOOT LOADER 移植注意FLASH 和SRAM 所在区域-CPU : arm S3C44b0 LCD driver MONO 1,005 COLOR including BOOT LOADER transplant attention FLASH and SRAM region
- 2022-02-10 12:13:06下载
- 积分:1
-
STM32F103皮层
STM32F103 cortex-m3
rtc例程-STM32F103 cortex-m3rtc routines
- 2023-07-04 21:15:03下载
- 积分:1
-
基于ARM的应用Source4,网上找到的源码,分六个,这个是4
基于ARM的应用Source4,网上找到的源码,分六个,这个是4-ARM-based application Source4, online to find the source code for six hours, this is 4
- 2022-01-25 16:37:40下载
- 积分:1
-
关于Eboot的开发总结,基于三星2440的平台
关于Eboot的开发总结,基于三星2440的平台-Eboot summary on the development, based on the 2440 platform Samsung
- 2023-03-05 14:00:04下载
- 积分:1
-
ARM cortex
ARM cortex-M3系列处理器的代码,包括I2C、WatchDog、PWM。(IAR环境工程)-ARM cortex-M3 family of processors code, including I2C, WatchDog, PWM. (IAR Environmental Engineering)
- 2022-03-11 09:11:42下载
- 积分:1
-
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统
基于FPGA的图像采集处理系统,基于FPGA的图像采集处理系统-FPGA-based image acquisition and processing systems, FPGA-based image acquisition and processing system
- 2022-02-01 13:26:56下载
- 积分:1
-
STM32 开发板例子:SVC.
开发环境:Keil For ARM
STM32 开发板例子:SVC.
开发环境:Keil For ARM-STM32 development board example: SVC. Development Environment: Keil For ARM
- 2022-08-10 20:51:07下载
- 积分:1