-
LPCEB2000
LPCEB2000-S的I2C控制程序,希望对大家有帮助-LPCEB2000-S of the I2C control procedures, and they hope to help everyone
- 2022-03-18 15:55:07下载
- 积分:1
-
Oscillator Switching Demonstration for the PIC18CXXX
Oscillator Switching Demonstration for the PIC18CXXX
- 2022-08-17 08:07:31下载
- 积分:1
-
基于S3C2440,温度传感器18b20,实现温度采集,并从串口打印出来。...
基于S3C2440,温度传感器18b20,实现温度采集,并从串口打印出来。-Based on S3C2440, temperature sensor 18b20, to achieve the temperature acquisition, and print them out from the serial port.
- 2022-06-12 08:44:40下载
- 积分:1
-
S3C2410 s startup code, including the BSP and multiple testing procedures. ADS1....
s3c2410的启动代码,包括BSP和多个测试程序。用ADS1.2编译。用JTAG下载到Nor或是NAND 进行启动-S3C2410 s startup code, including the BSP and multiple testing procedures. ADS1.2 compiler used. Nor with JTAG download or activate NAND
- 2022-05-13 18:31:19下载
- 积分:1
-
触摸屏移植,建立于s3c2410的基础上
触摸屏移植,建立于s3c2410的基础上-Touchscreen transplants, built on the basis of s3c2410
- 2023-06-13 12:05:03下载
- 积分:1
-
LPC2200工程模板,此模板对那些使用LPC2200开发的朋友很有帮助.
LPC2200工程模板,此模板对那些使用LPC2200开发的朋友很有帮助.-LPC2200 project template, this template for those who use the LPC2200 development of helpful friends.
- 2022-01-31 03:39:07下载
- 积分:1
-
关于电力系统FFT谐波检测存在问题的研究
关于电力系统FFT谐波检测存在问题的研究-FFT on the power system harmonic detection research questions exist
- 2022-03-26 05:30:50下载
- 积分:1
-
基于S3C4510B的系统的Flash擦除与烧写问题.pdf
基于S3C4510B的系统的Flash擦除与烧写问题.pdf-S3C4510B system based on Flash and erasure of burning issues. Pdf
- 2022-06-30 08:06:08下载
- 积分:1
-
Source code for equipment monitoring system.
Source code for equipment monitoring system.
- 2022-09-04 05:15: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