-
ARM LPC214x engineer document, it is required for LPC214x software development
ARM LPC214x engineer document, it is required for LPC214x software development
- 2022-07-28 12:54:11下载
- 积分:1
-
基于DMX512协议在AT89S51单片机上的收发程序,并附有简单电路图,已在实际开发中应用。...
基于DMX512协议在AT89S51单片机上的收发程序,并附有简单电路图,已在实际开发中应用。-DMX512-based agreement on the single-chip transceiver AT89S51 procedures, together with a simple circuit, has been in the actual development application.
- 2023-05-03 05:00:03下载
- 积分:1
-
Vcmodbus通信源代码
Vcmodbus通信源代码Vcmodbus通信源代码
- 2022-04-08 18:48:34下载
- 积分:1
-
STM32F4 EEPROM 代码
用于读取和写入 eeprom (flash 银行) 在 stm 32 f 407 测试的 f407ig
在这一阶段微控制器时钟设置已经配置,
这是通过 SystemInit() 函数,从启动时调用
文件 (startup_stm32f4xx.s) 前分支到主应用程序。
要重新配置的 SystemInit() 函数的默认设置,请参阅
system_stm32f4xx.c 文件
- 2022-07-27 11:29:40下载
- 积分:1
-
I2S总线规范
I2S Bus Specification
- 2022-10-28 19:10:03下载
- 积分: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
-
UCGUI NIOS2 in the transplant, which can be used!
UCGUI在NIOS2的移植,,可用-UCGUI NIOS2 in the transplant, which can be used!
- 2022-08-10 20:25:39下载
- 积分:1
-
the source code for the Bootloader Porting, unlike other Porting the Bootloader,...
该源代码为Bootloader移植,不同于其他的Bootloader移植,Bootloader花费了大量的精力,不需要看到寄存器上的数据表,可以在外围芯片发生变化时进行修改,修改Bootloader可以很快完成。只要把文件修改一下。
- 2023-09-01 20:35:04下载
- 积分:1
-
u律PCM编解码器
资源描述u律的PCM编解码器,将音频信号采用对数压缩,变成64kbps的码流,采用vhdl编写,经过验证。
- 2022-09-09 09:40:03下载
- 积分:1
-
STM32是以Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对外部中断进行配置和操作。在许多情况下,我们需要将外部引脚配置为中断,该例程介绍了如何设置和操作外部中断。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to configure the external interrupt on and operate. In many cases, we need to configure the external pin interrupt, the routine introduction how to set up and operation of external interrupt.
- 2022-01-28 12:35:19下载
- 积分:1