-
ARM7的源代码,ARM7能够实现基本功能,VHDL和Ver…
ARM7的源代码,能够实现ARM7的基本功能,VHDL以及Verilog语言开发。-The source code for ARM7, ARM7 able to realize the basic functions, VHDL and Verilog language development.
- 2023-08-13 10:00:04下载
- 积分:1
-
ARM AT9140008 中断编程 DEMO FOR ADS 1.2
ARM AT9140008 中断编程 DEMO FOR ADS 1.2-ARM AT9140008 interrupted programming DEMO FOR ADS 1.2
- 2023-07-23 22:35:03下载
- 积分:1
-
ARM嵌入式系统
LPC 22xx 存储器映射REMAP实验代码
ARM嵌入式系统
LPC 22xx 存储器映射REMAP实验代码-ARM Embedded System LPC 22xx experimental memory mapping code remap
- 2022-08-22 13:11:36下载
- 积分:1
-
lcd1602 in c language header file procedures. Stc5410ad based on single
lcd1602在c语言中的头文件程序。基于stc5410ad单片机设计,可在主程序中直接调用。-lcd1602 in c language header file procedures. Stc5410ad based on single-chip design, can directly call the main program.
- 2023-03-11 17:05:04下载
- 积分:1
-
ADC3_DMA_Keil
本示例介绍如何使用 ADC3 和 DMA 将从 ADC3 的不断转换的数据传输到内存。ADC3 被配置为连续转换 channel7。每次转换结束时,DMA 传输,在循环模式中,转换后的数据从 ADC3 博士注册到 ADC3ConvertedValue 变量。在此示例中,系统时钟是 144 MHz,APB2 = 72 MHz 和 ADC 时钟 = APB2/2。由于 ADC3 时钟是 36 兆赫和采样时间设置为 3 周期,对 12 位数据的转换时间是 12 周期,所以总转换时间是 (12 + 3) / 36 = 0.41us(2.4Msps)。
- 2022-03-19 16:11:14下载
- 积分: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
-
Simple Alarm Clock
只是一个简单的闹钟。它将显示一个消息框(无声报警)或在预定义的时间播放音乐文件
- 2023-03-01 22:05:04下载
- 积分:1
-
snakes eat beans a game design, the basic requirements (regimen) (1) control of...
游蛇吃豆游戏设计
一、 基本要求(必做)
(1)键盘控制改变游蛇运动方向。
(2)碰到边框或栅栏游戏结束。
(3)吃掉豆子蛇身变长
(4)豆子全部吃光,游戏结束。
-snakes eat beans a game design, the basic requirements (regimen) (1) control of the keyboard to change snakes directions. (2) encounter frame or fence the end of the game. (3) eat the beans Snake-Body variable length (4) beans all gone, the end of the game.
- 2022-05-15 19:14:58下载
- 积分:1
-
s3c2410a中文数据手册第七章
s3c2410a中文数据手册第七章-时钟与电源供管理-Chinese data s3c2410a Manual Chapter VII- for the clock and power management
- 2022-11-05 18:10:03下载
- 积分:1
-
自己写的 基于arm s3c2440 max7219的现实程序,用软件模拟spi协议,开发板用的是友善之臂mini2440,ads1.2开发,包含所有项目文件,...
自己写的 基于arm s3c2440 max7219的现实程序,用软件模拟spi协议,开发板用的是友善之臂mini2440,ads1.2开发,包含所有项目文件,保证好用,给有需要的朋友,-Write your own arm s3c2440 max7219-based reality program, using software simulation spi protocol development board using a friendliness arm mini2440, ads1.2 development, contains all project documents, ensuring ease of use to those in need of friends,
- 2022-09-06 12:50:02下载
- 积分:1