-
方便飞利浦arm7tdmi 处理器lpc2100开发的C函数库 Procyon ARMlib
方便飞利浦arm7tdmi 处理器lpc2100开发的C函数库 Procyon ARMlib-LPC2100 C-Language Function Library for Philips LPC2100 ARM7TDMI Processors-convenience Philips ARM7TDMI processor lpc2100 development of the C library did ARMlib- LPC2100 C-Language Function Library for Philips LPC2100 ARM7TDMI Processors
- 2022-08-24 07:26:33下载
- 积分:1
-
Fiberxon UP
博创UP-NETARM2410-S实验箱源码:Exp5 触摸屏驱动实验-Fiberxon UP-NETARM2410-S experimental box source: Exp5 touch screen-driven experiment
- 2022-05-15 01:45:23下载
- 积分:1
-
s3c2410a lights blinking compilation of source code examples and download, they...
s3c2410a的灯闪的汇编实例源代码,下载后,可以直接编译,ads1.2
http://fmrobot.104.tofor.com/list.asp?boardid=15-s3c2410a lights blinking compilation of source code examples and download, they can directly translated, ads1.2 http :// fmrobot.104.tofor.com/list.asp boardid = 15
- 2022-03-19 19:21:10下载
- 积分:1
-
基于STM32的三种闭环锁相环实现
基于ARM Cortex-M3内核的STM32F103RBT6处理器为核心构建柔性锁相环的硬件实验平台,在STM32中模拟出三相电源电压,并在子程序中实现了SRF-PLL、DDSRF-PLL与DSOGI-PLL三种锁相环,通过IO口并行输出锁相结果,再通过DAC转换为可观测的模拟信号。源码包中包含了软件工程与硬件电路原理图两部分。
- 2022-01-26 00:58:20下载
- 积分:1
-
rtl8019 at 44B0 on the code, which has detailed instructions.
rtl8019在44B0上的代码,内有详细使用说明。-rtl8019 at 44B0 on the code, which has detailed instructions.
- 2022-03-23 10:21:08下载
- 积分:1
-
This is an arm simulator to C++ Is mainly ARM9 architecture simulation
这是一个以C++为主要ARM模拟器的ARM9架构仿真
- 2022-03-23 22:06:17下载
- 积分:1
-
三星的2410个程序员,它的LCD控制器
the programmer for samsung s 2410, it s for LCD controler
- 2022-03-19 07:57:36下载
- 积分: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
-
ring buff 适用于stm32等cortex m3单片机
使用了nvic提供的irq控制函数来进行原子访问的保护,提供了cortex m系列芯片的简单word单位的ring
ring buff,这个buff可以用来在中断和前端程许2间交换数据
- 2022-04-18 03:25:07下载
- 积分:1
-
based on the ARM7 LPC2131 right embedded microprocessor control LED, that the us...
基于ARM7的嵌入式微处理器LPC2131对LED进行控制,即GPIO的使用-based on the ARM7 LPC2131 right embedded microprocessor control LED, that the use GPIO
- 2022-04-19 10:06:49下载
- 积分:1