-
LED灯闪烁
含汇编与c,比较简单但是很实用吧,给初学者学习比较合适,额,就这些吧
- 2022-03-20 19:39:23下载
- 积分:1
-
Hard disk MP3 player
硬盘MP3播放器-MEGA128-VS1001K-USB-遥控-LCD-ICCAVR代码-硬盘-支持FAT32-单面PCB-Hard disk MP3 player-MEGA128-VS1001K-USB-Remote-LCD-ICCAVR code- hard- to support the FAT32-single-sided PCB
- 2022-03-24 11:24:35下载
- 积分:1
-
使用MC9S12DP256写的CAN转串口程序。
使用MC9S12DP256写的CAN转串口程序。-use MC9S12DP256 CAN write to the serial procedures.
- 2022-08-14 19:21:14下载
- 积分:1
-
I development project for a procedure, the procedure is modeled on changes to ot...
为本人开发项目中的一个程序,也是仿照他人的程序改动的,以人共享:arm(44b0)的程序,实现功能如usb,串口等-I development project for a procedure, the procedure is modeled on changes to others to share: arm (44b0) of the procedures, to achieve functions such as usb, serial, etc.
- 2022-12-25 06:40:04下载
- 积分:1
-
ARM basic knowledge, I have just found. And the U.S. share of
ARM基础知识,我刚找到的。
和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
- 2022-04-16 21:46:58下载
- 积分: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
-
The touch screen driver reads input from touch screen hardware and converts it t...
The touch screen driver reads input from touch screen hardware and converts it to touch events that are sent to the input system. The driver is also responsible for converting uncalibrated coordinates-The touch screen reads input from driver to uch screen hardware and converts it to touch eve nts that are sent to the input system. The driver is also responsible for converting uncalibrat ed coordinates
- 2023-08-04 03:10:03下载
- 积分:1
-
ARM 最新的开发资料,比较详细
ARM 最新的开发资料,比较详细-ARM latest development information, a more detailed
- 2022-10-05 06:15:03下载
- 积分:1
-
arm to read and write adram procedures, as well as the process of flash data exc...
arm读写adram的程序,以及和flash数据交换的过程-arm to read and write adram procedures, as well as the process of flash data exchange
- 2022-08-07 03:41:00下载
- 积分:1
-
ST ARM板I2C测试代码
st ARM board I2C test code -st ARM board I2C test code
- 2022-03-06 01:53:03下载
- 积分:1