-
stm32 示波器程序
资源描述本程序是基于STM32 F103的程序,模拟示波器,可以在上面显示所采集的数据,可以方便供stm32的初学者,起到借鉴的作用。程序的算法比较简单易懂。
- 2022-03-18 15:56:00下载
- 积分:1
-
ADC3_DMA_Keil
本示例介绍如何使用 ADC3 和 DMA 将从 ADC3 的不断转换的数据传输到内存。ADC3 被配置为连续转换 channel7。每次转换结束时,DMA 传输,在循环模式中,转换后的数据从 ADC3 博士注册到 ADC3ConvertedValue 变量。在此示例中,系统时钟是 144 MHz,APB2 = 72 MHz 和 ADC 时钟 = APB2/2。由于 ADC3 时钟是 36 兆赫和采样时间设置为 3 周期,对 12 位数据的转换时间是 12 周期,所以总转换时间是 (12 + 3) / 36 = 0.41us(2.4Msps)。
- 2022-03-19 16:11:14下载
- 积分:1
-
C8051F 读写24C01
C8051F 读写24C01 使用SMBus硬件端口-c8051f read and write 24c01 with smbus port.
- 2022-02-02 06:19:19下载
- 积分:1
-
samsungs3c4510doc 是其开发板的使用手册,非常好
samsungs3c4510doc 是其开发板的使用手册,非常好-samsungs3c4510doc development board is the user manual is very good
- 2022-03-19 18:53:15下载
- 积分:1
-
4510 bootloader 源代码即说明文档
4510 bootloader 源代码即说明文档
-4510 Bootloader clear that the source code files
- 2022-03-01 20:06:32下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1
-
这个代脉是用430F427的液晶显示程序,简单实用.
这个代脉是用430F427的液晶显示程序,简单实用.-This clock is used on behalf of the liquid crystal display 430F427 procedures, simple and practical.
- 2022-01-26 18:06:47下载
- 积分:1
-
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好...
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI DSP2812 the can main line procedure, may use this programming can main line receiving and dispatching data, has already tested on own development board, the movement is good
- 2022-05-13 14:03:57下载
- 积分:1
-
I2C源代碼
MCB517 I2C源碼。,用於Freescale芯片系列;供需要研究I2c或iic源代碼的同好參考。當初的取得來源已經忘了。This file contains example code to print over the serial port of the MCB517 MCU and Evaultion Board (EVAL-MCB517QS). This example will test the I2C function of the MCB517. This will be done by writing and reading from a serial A/D & D/A (P8591). This example will bit bang two general I/O ports for I2C The example work with communicate at: 9600, 8, N, 1. This code was tested using the mon-51 connected through COM-1 of the eval board. CPU Frequency: 11.0592 MHz
- 2022-01-24 09:15:09下载
- 积分:1
-
mini2440 的开发板学习手册。可以帮助尽快学习
mini2440 的开发板学习手册。可以帮助尽快学习-mini2440 的开发板学习手册。可以帮助尽快学
- 2022-01-26 08:24:29下载
- 积分:1