-
ARM Elaborates on application systems development, based on S3C4510B the system...
ARM应用系统开发详解,基于S3C4510B的系统设计。-ARM Elaborates on application systems development, based on S3C4510B the system design.
- 2022-03-17 07:20:30下载
- 积分:1
-
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点...
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点-they simply this is for the control of the hardware chip design information, we can see that they simply design features
- 2022-11-14 15:30:04下载
- 积分:1
-
51单片机实现万年历功能
资源描述使用51单片机实现万年历的全部代码。保证可以使用。
- 2022-01-26 17:58:04下载
- 积分:1
-
这个程序是44B0的发光管轮流闪烁,希望能给你带来帮助
这个程序是44B0的发光管轮流闪烁,希望能给你带来帮助-This process of 44B0 are alternately blinking LED, I hope you will help
- 2022-02-02 06:55:43下载
- 积分:1
-
一个小程序,实现一些关于ARM的简单IO口编程
一个小程序,实现一些关于ARM的简单IO口编程-A small process, the realization of some simple IO on the ARM port programming
- 2022-12-20 05:05:03下载
- 积分:1
-
9908 samsung tool soft
9908 samsung tool soft
- 2022-01-27 11:48:29下载
- 积分:1
-
8 text LED display control, 128X16 dot matrix, and about mobile show.
8文字的LED 显示屏控制, 128X16点阵的 ,
左右移动显示,。-8 text LED display control, 128X16 dot matrix, and about mobile show.
- 2022-06-17 08:02:35下载
- 积分:1
-
ARM946E_S review
ARM946E_S review
- 2023-05-07 03:30:03下载
- 积分:1
-
AES programming a learning process
evc编程第一个学习程序-AES programming a learning process
- 2023-01-09 04:40:03下载
- 积分: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