代码搜索:串行闪存
找到约 5,515 项符合「串行闪存」的源代码
代码结果 5,515
www.eeworm.com/read/28114/993749
plg cx03.plg
礦ision2 Build Log
Project:
F:\程序\51单片机经典实例篇\第12章 串行通讯\12.5 发送到电脑的一封信\CX03.uv2
Project File Date: 01/07/2007
Output:
www.eeworm.com/read/28114/993759
plg cx01.plg
礦ision2 Build Log
Project:
F:\程序\51单片机经典实例篇\第12章 串行通讯\12.3 扩展8个输出端口\CX01.uv2
Project File Date: 01/07/2007
Output:
Build target 'Target 1'
li
www.eeworm.com/read/28172/994630
c max186.c
#include
#include"top.h"
sbit CS=P1^1; /*p1.1为片选信号*/
sbit SCLK=P1^0; /*p1.0为串行时钟信号*/
sbit DIN=P1^2; /*p1.2为数据输入*/
sbit DOUT=P1^3; /*p1.3为数据输出*/
void ad_186(UWORD*addata)
{
UBYTE
www.eeworm.com/read/28628/1003200
plg cx02.plg
礦ision2 Build Log
Project:
F:\程序\51单片机经典实例篇\第12章 串行通讯\12.4 扩展8个输入端口\CX02.uv2
Project File Date: 01/07/2007
Output:
Build target 'Target 1'
li
www.eeworm.com/read/28628/1003216
plg cx03.plg
礦ision2 Build Log
Project:
F:\程序\51单片机经典实例篇\第12章 串行通讯\12.5 发送到电脑的一封信\CX03.uv2
Project File Date: 01/07/2007
Output:
www.eeworm.com/read/28628/1003226
plg cx01.plg
礦ision2 Build Log
Project:
F:\程序\51单片机经典实例篇\第12章 串行通讯\12.3 扩展8个输出端口\CX01.uv2
Project File Date: 01/07/2007
Output:
Build target 'Target 1'
li
www.eeworm.com/read/37287/1071287
asm ex8-1aa.asm
$include (STC12C5A.INC) ;包含STC12C5A60S2单片机寄存器定义文件
ADDRT EQU 0100H
ORG 0000H
LJMP MAINT ;跳至主程序入口
ORG 0023H
LJMP INTSE1 ;转至串行中断服务程序
ORG 0100H
MAINT: MOV SP,#60H ;设置堆栈指针
www.eeworm.com/read/37287/1071326
asm ex8-3aa.asm
$include (STC12C5A.INC) ;包含STC12C5A60S2单片机寄存器定义文件
ADDRT EQU 0100H
SLAVE EQU 5
ORG 0000H
LJMP MAINT ;主程序入口地址
ORG 0023H
LJMP INTST ;串行口中断入口地址
ORG 0100H
MAINT:MOV SP,#60H
MOV SCON,#0
www.eeworm.com/read/37287/1071724
asm ex8-1ba.asm
$include (STC12C5A.INC) ;包含STC12C5A60S2单片机寄存器定义文件
ADDRR EQU 0100H
ORG 0000H
LJMP MAINR ;转主程序
ORG 0023H
LJMP INTSE2 ;转串行口中断服务程序
ORG 0100H
MAINR:MOV SP,#60H ;设置堆栈指针
www.eeworm.com/read/491152/1192644
plg tlc549.plg
礦ision2 Build Log
Project:
F:\dp-51pro\实验例程\实验30\c51\TLC549串行模数转换实验c\TLC549.uv2
Project File Date: 03/05/2004
Output:
Build target 'Target 1'