登录
首页 » c » stm32 ADC多通路采样

stm32 ADC多通路采样

于 2023-05-09 发布 文件大小:6.40 MB
0 25
下载积分: 2 下载次数: 1

代码说明:

stm32 ADC多通路采样 #include "adc.h" #define ADC1_DR_Address    ((uint32_t)0x4001244C) __IO uint16_t ADCConvertedValue[2];   void Adc_Init(void)  {   GPIO_InitTypeDef GPIO_InitStrue; ADC_InitTypeDef ADC_InitStrue; DMA_InitTypeDef DMA_InitStructure;   RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);//DMA时钟使能 RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_ADC1,ENABLE);//GPIO、ADC1时钟使能   RCC_ADCCLKConfig(RCC_PCLK2_Div6);//ADC时钟6分频   GPIO_InitStrue.GPIO_Mode = GPIO_Mode_AIN; GPIO_InitStrue.GPIO_Pin = GPIO_Pin_1|GPIO_Pin_2; GPIO_InitStrue.GPIO_Speed = GPIO_Speed_50MHz; GPIO_Init(GPIOA,&GPIO_InitStrue);//PA1、PA2 I/O口配置     DMA_DeInit(DMA1_Channel1);//DMA通道1复位   DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • log_tool
    C语言使用Excel库分析日志文件,可自行修改接口,兼容性好(Using Excel Library to Analyse Log Files in C Language)
    2020-06-22 19:00:02下载
    积分:1
  • 作业1
    输入两个数,求这两个数之间的位数和为5 的个数,和可以修改,两个数任意输入(Input two numbers, find the number of digits between the two numbers and the number of 5, and can be modified, two numbers arbitrary input)
    2018-08-22 17:36:56下载
    积分:1
  • P2PNat_export
    说明:  实现P2P的UDP穿透的代码, 含括服务端, 客户端, 安卓客户端。同时涵盖数据完整性,流量控制功能。(Achieve P2P UDP penetration code, including server, client, Android client. At the same time, it covers data integrity and flow control functions.)
    2021-02-18 11:27:14下载
    积分:1
  • delete
    添加shape格式的地图文件,删除图层,移动图层,完美运行,谢谢支持(Map add shape format files, delete layers, moving layers, perfect run, thanks to support)
    2012-11-19 21:07:07下载
    积分:1
  • LDC1000_F261x_Threshold
    LDC1000 F26 opetional mode with the MSP430 MCU
    2020-06-21 19:00:01下载
    积分:1
  • flmhd
    fluent Magnetohydrodynamics (MHD) Module Manual
    2018-05-06 00:46:15下载
    积分:1
  • C++ PC_PC串口通信实例.pdf(图文教程)
    MFC, PC端到PC端 通过串口通信
    2020-04-06下载
    积分:1
  • DS
    说明:  1.管理信息系统(学生成绩) 两种用户等级:管理员和用户,均用用户名和密码登陆,通过识别不同类型的用户名,进入不同的操作界面。 1) 管理员功能: i 用户管理:增加、删除用户; ii 记录录入、修改、删除 iii 查询:单项查询、多项查询、范围查询 iv 分类统计:提供有代表性的统计结果 2) 用户功能: a) 修改密码 b) 查询本用户信息 c) 修改个人信息(1. Management Information System (student performance) two user levels: administrators and users use a user name and password, by identifying different types of user name, into a different interface. 1) The administrator function: i user management: add, delete users ii record entry, modify or delete iii Inquiry: individual inquiries, a number of inquiries, the scope of inquiry iv classification statistics: to provide a representative statistical results 2) user features: a) Change Password)
    2009-01-28 21:35:16下载
    积分:1
  • PressureTest
    可以对web网站服务器进行压力测试,这里面用到了多线程,对想学现成的朋友有一定的帮助(Stress testing can be performed on the web web server,there is used a multi-threaded, want to learn ready-made friends have some help)
    2013-04-02 09:00:51下载
    积分:1
  • CourseSelectSistem
    绝对经典的学生选课系统,可以模仿一下,初学者可以自己尝试一下。。c语言爱好者(Absolute classic students elective course system, can mimic once, beginners can try.. C lover)
    2010-12-28 22:11:30下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载