-
STC12C5A60S2.H
应用背景网上找到的,希望有用。这是STC12C5A60S2.H的头文件,在开发的时候非常有用!关键技术//--------------------------------------------------------------------------------
//新一代 1T 8051系列 单片机内核特殊功能寄存器 C51 Core SFRs
// 7 6 5 4 3 2 1 0 Reset Value
sfr ACC = 0xE0; //Accumulator 0000,0000
sfr B = 0xF0; //B Register &nbs
- 2022-05-31 12:56:14下载
- 积分:1
-
实现了ez―usb的GPIF_FOFO读写功能
实现了ez―usb的GPIF_FOFO读写功能-Ez-usb implementation of read and write functions of GPIF_FOFO
- 2022-12-10 06:10:03下载
- 积分:1
-
TMS320C6713 recorded voice release procedures can be used for beginners to learn
tms320c6713语音放录程序,可用于初学者学习-TMS320C6713 recorded voice release procedures can be used for beginners to learn
- 2022-08-18 22:56:35下载
- 积分:1
-
uip 0.6的中文说明,包含英文资料,非常全,好东西,协议站说明文档。...
uip 0.6的中文说明,包含英文资料,非常全,好东西,协议站说明文档。-the Chinese that included English, very full, good things, the agreement stops documentation.
- 2022-03-23 01:25:28下载
- 积分:1
-
chip transceiver chip unlimited some of the information, including schematics, p...
单片无限收发芯片的一些资料,包括电路图,印版图,程序-chip transceiver chip unlimited some of the information, including schematics, printed map, procedures
- 2022-11-08 07:25:03下载
- 积分:1
-
这个是黑白LCD的一个典型的驱动函数集 原创 请大家多支持下下!如果有什么问题请来信...
这个是黑白LCD的一个典型的驱动函数集 原创 请大家多支持下下!如果有什么问题请来信-This is a typical black-and-white LCD driver function sets original requested the support of more than U.S.! If you have any questions please contact us
- 2022-01-26 01:02:41下载
- 积分: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
-
ADSP
ADSP-BF561 EZ-KIT Lite的音频输入输出程序该程序时c语言程序。-ADSP-BF561 EZ-KIT Lite s audio input and output procedures for the program c language program.
- 2022-09-21 23:30:03下载
- 积分:1
-
ARM7
ARM7-LPC2148的LCD显示汉字源码-ARM7-LPC2148 source of the LCD display Chinese characters
- 2022-04-29 11:57:39下载
- 积分:1
-
STM32触摸屏代码
ALIENTEK 战舰 STM32 开发板本身并没有触摸屏控制器,但是它支持触摸屏,可以通过外接带触摸屏的 LCD 模块(比如ALIENTEK TFTLCD 模块),来实现触摸屏控制。在本章中,我们将向大家介绍 STM32 控制 ALIENTKE TFTLCD 模块,使用软件模拟 SPI 来实现对 TFTLCD 模块的触摸屏控制,最终实现一个手写板的功能。
- 2023-04-11 13:45:03下载
- 积分:1