-
This document can be considered as a supplement to the already existing Applicat...
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:-This document can be considered as a supplement to the already existing Application note AN10302 "Using the Philips LPC2000 Flash Utility", which is provided in the same zip file. The Application note covers the following topics :
- 2023-01-02 14:35:05下载
- 积分:1
-
ARM开发详解
ARM开发详解-ARM to develop detailed
- 2023-03-25 00:25:03下载
- 积分:1
-
彩色OLED,stm32f10x
彩色OLED,stm32f10x. 实现画点,画圆形.暂无字库.lcd led oled液晶显示驱动程序
- 2022-02-03 10:22:53下载
- 积分:1
-
DSP编程,用来测试EDMA是否正常运行,基于ti的TMS320C6000平台
DSP编程,用来测试EDMA是否正常运行,基于ti的TMS320C6000平台-DSP programming, used to test whether the normal operation of EDMA, based on the TMS320C6000 platform ti
- 2022-03-25 13:11:07下载
- 积分: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
-
AD转换器ADC0809和单片机的应用
AD转换器ADC0809与MCS-51单片机的应用
C语言程序-AD converter ADC0809 and the application of MCS-51 Microcontroller C Programming Language
- 2022-02-25 17:17:25下载
- 积分:1
-
arm的常用的指令集
arm的常用的指令集-arm commonly used instruction collection
- 2023-04-08 16:55:03下载
- 积分:1
-
2440在ADS平台上的基础实验例程,对入门的朋友是个不错的选择...
2440在ADS平台上的基础实验例程,对入门的朋友是个不错的选择-2440 in the ADS platform, based on routine experiments, for entry-friend is a good choice
- 2023-02-19 21:30:05下载
- 积分:1
-
2812使用spi读写fm25cl64或者at25640的程序,已经测试通过。注意在在eeprom的datasheet中都写只支持spi的0或者3模式,但我用0...
2812使用spi读写fm25cl64或者at25640的程序,已经测试通过。注意在在eeprom的datasheet中都写只支持spi的0或者3模式,但我用0模式一直调不通,改用spi模式才可以,程序中就是使用spi的1模式。-2812 to read and write using spi or at25640 procedures FM25CL64 have the test. Attention to the datasheet in the EEPROM are write only support spi mode 0 or 3, but I used the 0 model has been adjusted barrier before they can switch to spi mode, process is the use of one mode of spi.
- 2022-01-25 21:08:07下载
- 积分:1
-
直流电机ARM程序
针对ARM嵌入式系统的直流电机实验程序通过这个程序能了解步进电机的运行控制;了解步进电机运行速度的控制方法;了解步进电机运行方向的控制方法。
- 2023-03-11 00:20:03下载
- 积分:1