-
This document describes in detail the principle of H
该文档详细地描述了H-JTAG的原理,详细地介绍了如何使用H-JTAG,包括使用简易JTAG调试板,如SDT和Wiggler。-This document describes in detail the principle of H-JTAG detailed description of how to use the H-JTAG, including the use of simple JTAG debug board, such as SDT and the Wiggler.
- 2022-03-20 17:55:30下载
- 积分:1
-
AVR for OBD2 source code
&如果您想利用AVR单片机制作一台家用设备车载诊断仪,
- 2022-01-26 03:42:53下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
arm评估板电路
arm评估板电路-arm Evaluation circuit
- 2022-01-26 04:49:07下载
- 积分:1
-
LPC1788 RTC
本示例描述如何校准 RTC
/ * 在此示例中:
* 假设 RTC 需要定期调整后每隔 5 秒.
* 和时间计数器需要通过增加计数器,而不是 1 2
* 我们将通过串行显示校准后观察定时计数器
*/
- 2023-04-06 19:55:02下载
- 积分:1
-
ADC code for LPC2114
ADC code for LPC2114
- 2022-02-07 22:20:24下载
- 积分:1
-
LPC2103的ADC 1232手臂仪器
- 2022-10-30 05:10:03下载
- 积分:1
-
aiji examples of s3c2410 lcd transplanted to iar ewarm v5.2
aiji的s3c2410 lcd 例子已经移植到iar ewarm v5.2-aiji examples of s3c2410 lcd transplanted to iar ewarm v5.2
- 2022-08-17 04:12:30下载
- 积分:1
-
STM32F103 ADC与coocox项目
在STM32F103上运行ADC的不同工作项目:
- 2022-07-21 03:45:10下载
- 积分:1
-
ARM体系结构,ARM编程模型的电子书,不可多得的ARM编程资料
ARM体系结构,ARM编程模型的电子书,不可多得的ARM编程资料-ARM architecture, ARM programming model of e-books, rare information on ARM programming
- 2023-01-27 11:25:03下载
- 积分:1