-
STM32F4控制PWM发射个数
资源描述通过定时器控制PWM,可控制PWM个数,使用的是STM32F407ZET6
- 2022-01-28 08:18:03下载
- 积分:1
-
ADE7758和MSP430单片机的通信
关于ADE7758和MSP430单片机之间的通信问题,SPI串口通信等,可实现电力参数电压电流功率等相关采集。。
- 2022-03-26 07:25:42下载
- 积分:1
-
基于ARM9
基于ARM9-AT91RM9200的开发板BasicBootsdram的系列调试程序,文件里有程序的详细注释.-based on ARM9-AT91RM9200 development of the plate BasicBootsdram Series debugging procedures, the documents in accordance with the procedures detailed notes.
- 2022-08-09 16:55:56下载
- 积分:1
-
实现一个简单的电话簿程序,具有添加,删除,查询电话号码的功能...
实现一个简单的电话簿程序,具有添加,删除,查询电话号码的功能-To achieve a simple phone book program has to add, delete, check functional telephone number
- 2022-03-22 18:33:14下载
- 积分:1
-
Week Ligong ZLG_LPC213X a complete set of information, this is one of the SSP
周立功ZLG_LPC213X的全套资料,这个是其中的SSP-Week Ligong ZLG_LPC213X a complete set of information, this is one of the SSP
- 2022-04-15 18:08:57下载
- 积分:1
-
ARM
基于ARM的应用Source5,在网上找到的源码,分成六个,这个是5-ARM-based application Source5 the Internet to find the source code is divided into six, 5
- 2022-03-24 15:29:50下载
- 积分:1
-
Linux环境下的USB驱动程序,三星应用arm2410b
linux环境下USB驱动程序,适用三星ARM2410B-linux environment USB driver, Samsung applied ARM2410B
- 2023-01-23 09:20:03下载
- 积分:1
-
S3C2410处理器集成的USB DEVICE设备控制驱动程序,实现PC端与实验板USB设备进行数据发送与接收。...
S3C2410处理器集成的USB DEVICE设备控制驱动程序,实现PC端与实验板USB设备进行数据发送与接收。-S3C2410 processor integrated USB DEVICE device control driver-side with the experimental realization of PC board USB devices to send and receive data.
- 2022-03-17 14:07:20下载
- 积分: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
-
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