-
一个经典的串口调试程序,经过了很好的测试,是基于s3c2410的....
一个经典的串口调试程序,经过了很好的测试,是基于s3c2410的.-a classic serial debugging procedures, after a very good test is based on the s3c2410.
- 2022-03-05 01:54:48下载
- 积分: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
-
s3c44b0x系列arm7开发板串口测试程序。ADX调试即可
s3c44b0x系列arm7开发板串口测试程序。ADX调试即可-s3c44b0x series arm7 Development Board serial testing procedures. Debugging can ADX
- 2023-05-24 15:20:04下载
- 积分:1
-
用C语言写的STM32F10XX的DEMO程序。
用C语言写的STM32F10XX的DEMO程序。-STM32F10XX written in C language with the DEMO program.
- 2022-08-23 05:59:11下载
- 积分:1
-
c51和8019实现单片机上网,ping arp等都调试通过
c51和8019实现单片机上网,ping arp等都调试通过-C51 and 8019 Singlechip realize the Internet, ping arp debugging and so on through
- 2022-09-18 23:40:03下载
- 积分:1
-
三星arm内核微处理器44b0的串口调试程序
三星arm内核微处理器44b0的串口调试程序-Samsung arm-core microprocessor 44b0 serial debugger
- 2022-05-05 01:25:12下载
- 积分:1
-
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载-ARM programming technology, the ARM structure, detailed instructions, please download think it"s good
- 2022-05-09 08:45:53下载
- 积分:1
-
飞利浦 LPC系列ARM7 SPI演示程序 基于永探电子开发板
飞利浦 LPC系列ARM7 SPI演示程序 基于永探电子开发板-Philips LPC series ARM7 SPI demo program permanent exploration of electronic-based development board
- 2022-05-05 07:07:45下载
- 积分:1
-
tftp source code s3c4510 for ads1.2
tftp source code s3c4510 for ads1.2
- 2022-06-16 10:34:10下载
- 积分:1
-
the JTAG Emulator procedures, the use of the ARM7 (44b0, 4510,2410) and arm9 abo...
linux下的jtag仿真器程序,可使用在arm7(44b0,4510,2410等)和arm9上面,可以烧写flash 39lv160等,再不用两个系统不停重启了。-the JTAG Emulator procedures, the use of the ARM7 (44b0, 4510,2410) and arm9 above, 39lv160 burning flash, no longer have to keep two systems resumed.
- 2023-03-07 17:30:03下载
- 积分:1