-
15个Altera的IP的源码,嵌入式开发必备
15个Altera的IP的源码,嵌入式开发必备-15 Altera IP source code, the embedded development required!
- 2023-03-08 00:40:03下载
- 积分:1
-
JTAG的ARM 44B0
jtag arm 44b0
- 2022-01-29 04:30:27下载
- 积分:1
-
stm32 16路AD采集程序
应用背景通过dma控制来读取ad信号,在很多传感器应用方面都能用到,比如压力传感器读取,温度读取等等而且用起来也十分方便。希望能帮助大家。关键技术读取ad信号,dma读取,嵌入式开发,不是位操作,看起来通俗易懂,而且开发容易,还包括一些其他信号的读取,如超声波,气压计,加速度计等等。
- 2022-08-08 00:23:00下载
- 积分:1
-
基于srt
基于srt-2算法,利用verilog实现16位定点无符号数除法器(除数、被除数均由16位整数和16位小数组成,商由32位整数和16位小数构成,余数由32位小数组成)-Based on srt-2 algorithm, using verilog to achieve 16-bit fixed-point unsigned divider (divisor, dividend by 16-bit integer and 16-bit decimal form, business from the 32-bit integer and 16-bit fractional composition, I composed a few from the 32-bit decimal)
- 2022-03-19 07:07:06下载
- 积分: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
-
采集AIN0和AIN1的信号,通过可调电阻,使输入的模拟信号发生改变,来进行A/D转换。为保证数据的准确性,通常采集10次以上,在求平均值。A/D转换器采集AI...
采集AIN0和AIN1的信号,通过可调电阻,使输入的模拟信号发生改变,来进行A/D转换。为保证数据的准确性,通常采集10次以上,在求平均值。A/D转换器采集AIN0和AIN1的信号,并显示出来。-AIN1 acquisition and AIN0 signal, through an adjustable resistor, so that the analog signal input to change, to carry out A/D conversion. In order to ensure the accuracy of the data is usually collected 10 times more than the average in the order. A/D converter and acquisition AIN0 signals AIN1 and displayed.
- 2023-06-23 23:55:03下载
- 积分:1
-
smt32 usart
stm32非固件库程序,通过串口4发送数据,传统ARM写法-smt32 usart
- 2022-06-26 17:52:22下载
- 积分:1
-
flash烧写器,支持WRIGGLER和SDT的JTAG(运行时可自动选择)
flash烧写器,支持WRIGGLER和SDT的JTAG(运行时可自动选择)-burning flash devices, and support WRIGGLER SDT JTAG (runtime can automatically select)
- 2022-05-07 04:38:06下载
- 积分:1
-
基于PHILIPS LPC2000系列,实现简单的RS232 TO CAN,CAN T0 RS232的数据转换。...
基于PHILIPS LPC2000系列,实现简单的RS232 TO CAN,CAN T0 RS232的数据转换。-Based on PHILIPS LPC2000 series, the realization of a simple RS232 TO CAN, CAN T0 RS232 data conversion.
- 2023-07-19 01:15:04下载
- 积分:1
-
嵌入式ARM主板9200的PCB图纸,想做嵌入式主板的朋友可以学习一下,用PADS2005打开...
嵌入式ARM主板9200的PCB图纸,想做嵌入式主板的朋友可以学习一下,用PADS2005打开-9200 Main Board PCB drawings, the board wants Embedded friends can learn from this. opened with PADS2005
- 2022-04-06 22:51:47下载
- 积分:1