代码搜索:调试协议
找到约 10,000 项符合「调试协议」的源代码
代码结果 10,000
www.eeworm.com/read/231835/14218282
c smbus_m_t.c
///////////主机发送调试程序////////////////
////////Smbus_M_T.c/////////////////////////////////
#include "smbus.h"
#define S_AD_R 0x6f
#define S_AD_W 0x6e
void config(){
//看门狗禁止
WDTCN = 0x07;
W
www.eeworm.com/read/127498/14351833
txt readme.txt
Easy 51Pro v2.0宇宙版
|
|------软件
| |------Easy 51Pro.exe(主程序)
| |------IspTest.exe(下载线调试程序)
| |------ChipManager.exe(器件列表管理器)
|
|------文档
| |------Easy 51Pro的制作及使用说明.htm
| |------自制Eas
www.eeworm.com/read/124123/14593271
c sci.c
/* 2812A板:
使用直连的串口通信电缆;
启动串口调试助手.exe;
PC机发送一个"."为结束标志
*/
#include "DSP281x_Device.h"
#include "DSP281x_Examples.h"
// Prototype statements for functions found within this file.
void scia_
www.eeworm.com/read/220015/14856006
c 7512-2.c
/////////////////////////////////
//作者:付宝军
//名称:DAC7512驱动程序
//未用串行口版 2006.8.3
//06.9.3日重新调试通过
//注意板子上三根控制线和485的连根线连上了,要切断!
///////////////////////////////////
#include
#define uchar
www.eeworm.com/read/207893/15257446
plg ken.plg
礦ision3 Build Log
Project:
F:\keil 与 proteus 调试程序\E\ken.uv2
Project File Date: 01/28/2007
Output:
www.eeworm.com/read/206977/15284441
txt debugcom.txt
51单片机串口调试程序一例
/*定义为中断方式串口处理*/
#define INTERSENDSTR
/*不为8032系列芯片 */
//#define CHIP_8032
#include
#include
#include
#include "err.h"
#ifdef INTERSEND
www.eeworm.com/read/7202/109294
s test2.s
; 文件名:TEST2.S
; 功能:使用LDR、STR指令对变量NumCount进行加1操作
; 说明:使用ARMulate软件仿真调试
NumCount EQU 0x40003000 ; 定义变量NumCount
AREA Example2,CODE,READONLY
ENTRY
MAIN LDR R0,=NumCount ;