-
Application thermometer for atmega128 on IAR, real work.
Application thermometer for atmega128 on IAR, real work.
- 2022-07-15 15:45:01下载
- 积分:1
-
应用于arm调试的串口调试软件sscomv3.0软件下载
应用于arm调试的串口调试软件sscomv3.0软件下载-Arm used in the serial debug debugging software sscomv3.0 software download
- 2023-09-03 06:30:03下载
- 积分:1
-
周立功EASY2200开发板原理图,pdf
周立功EASY2200开发板原理图,pdf-EASY2200 sch
- 2023-03-27 17:35:04下载
- 积分:1
-
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序
周立功提供的基于菲利普ARM的LPC2200微控制器的图形库源程序-based Philips LPC2200 ARM Microcontrollers the graphics library source
- 2022-02-11 15:25:41下载
- 积分:1
-
8051程序员,编程ISP单片机AT89S51,例如,…
8051 programmer, to program any ISP microcontroller, for example Atmel AT89S51, AT89S52, etc
- 2023-01-28 17:10:04下载
- 积分:1
-
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习
TMS320C6713设计数字滤波器的源程序,可以用于初学者参考学习-TMS320C6713 digital filter design source code, can be used for reference for beginners to learn
- 2022-12-16 16:55:03下载
- 积分:1
-
s3c2410 Samsung chip on the relevant information and the chip
这些是关于三星s3c2410芯片的有关资料及基于s3c2410芯片的开发板的应用 -s3c2410 Samsung chip on the relevant information and the chip-based s3c2410 application development board
- 2022-02-26 10:43:22下载
- 积分: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
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对IIC进行操作。IIC是一种通信协议,处理器可用来进行与外围接口的通信。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the IIC. IIC is a communication protocol, the processor can be used to carry out communications with the peripheral interface.
- 2022-02-10 12:21:52下载
- 积分:1
-
STM32非固件库程序,实现功能:GPIO口输出方波
STM32非固件库程序,实现功能:GPIO口输出方波-Non-STM32 firmware library program, to achieve functional: GPIO port output pulse
- 2022-03-19 03:52:25下载
- 积分:1