• 大小: 16.43MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-20
  • 语言: 其他
  • 标签: ADS124S08  STM32F407  SPI  

资源简介

ADS124S08测试程序,STM32F407驱动,SPI接口,采样率800~4K编程可配置,采样数据位为24位,实测采样精度很高。

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    CAN/CAN_Networking/stm32f4xx_it.c 
  * @author  MCD Application Team
  * @version V1.7.0
  * @date    22-April-2016
  * @brief   Main Interrupt Service Routines.
  *          This file provides template for all exceptions handler and 
  *          peripherals interrupt service routine.
  ******************************************************************************
  * @attention
  *
  * 

© COPYRIGHT 2016 STMicroelectronics


  *
  * Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
  * You may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
  *
  *        http://www.st.com/software_license_agreement_liberty_v2
  *
  * Unless required by applicable law or agreed to in writing software 
  * distributed under the License is distributed on an “AS IS“ BASIS 
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *
  ******************************************************************************
  */

/******************************************************************************/
/*            Includes                 */
/******************************************************************************/


/******************************************************************************/
/*             全局变量                 */
/******************************************************************************/


/******************************************************************************/
/*            Cortex-M4 Processor Exceptions Handlers                         */
/******************************************************************************/

/**
  * @brief   This function handles NMI exception.
  * @param  None
  * @retval None
  */
void NMI_Handler(void)
{
}

/**
  * @brief  This function handles Hard Fault exception.
  * @param  None
  * @retval None
  */
void HardFault_Handler(void)
{
  /* Go to infinite loop when Hard Fault exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This function handles Memory Manage exception.
  * @param  None
  * @retval None
  */
void MemManage_Handler(void)
{
  /* Go to infinite loop when Memory Manage exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This function handles Bus Fault exception.
  * @param  None
  * @retval None
  */
void BusFault_Handler(void)
{
  /* Go to infinite loop when Bus Fault exception occurs */
  while (1)
  {
  }
}

/**
  * @brief  This function handles Usage Fault exception.
  * @param  None
  * @retval None
  */
void UsageFault_Handler(void)
{
  /* Go to infinite loop when Usage Fault exception occurs */
  whil

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-24 22:56  ADS124S08\
     目录           0  2018-07-24 22:56  ADS124S08\芯片手册\
     文件     2693702  2018-07-21 16:57  ADS124S08\芯片手册\ads124s08.pdf
     目录           0  2018-07-24 22:58  ADS124S08\说明\
     文件          68  2018-07-24 23:01  ADS124S08\说明\README.txt
     目录           0  2018-07-24 22:56  ADS124S08\驱动程序\
     目录           0  2018-07-24 22:37  ADS124S08\驱动程序\App\
     目录           0  2018-07-24 22:50  ADS124S08\驱动程序\App\inc\
     文件      704094  2014-10-01 14:51  ADS124S08\驱动程序\App\inc\stm32f4xx.h
     文件        4593  2014-08-01 23:35  ADS124S08\驱动程序\App\inc\stm32f4xx_conf.h
     文件        2638  2018-07-24 21:26  ADS124S08\驱动程序\App\inc\stm32f4xx_it.h
     文件        2233  2014-08-01 22:30  ADS124S08\驱动程序\App\inc\system_stm32f4xx.h
     目录           0  2018-07-24 22:53  ADS124S08\驱动程序\App\src\
     文件        4065  2018-07-24 22:53  ADS124S08\驱动程序\App\src\stm32f4xx_it.c
     文件       47778  2014-10-21 16:14  ADS124S08\驱动程序\App\src\system_stm32f4xx.c
     目录           0  2018-07-24 22:37  ADS124S08\驱动程序\Bsp\
     目录           0  2018-07-24 22:51  ADS124S08\驱动程序\Bsp\inc\
     文件        9234  2018-07-24 20:58  ADS124S08\驱动程序\Bsp\inc\ads124.h
     文件         395  2018-07-24 21:18  ADS124S08\驱动程序\Bsp\inc\bsp.h
     文件        1370  2015-05-21 11:00  ADS124S08\驱动程序\Bsp\inc\delay.h
     文件         948  2018-07-24 21:05  ADS124S08\驱动程序\Bsp\inc\key.h
     文件         476  2018-03-30 17:53  ADS124S08\驱动程序\Bsp\inc\led.h
     文件        3473  2018-03-30 21:50  ADS124S08\驱动程序\Bsp\inc\sys.h
     文件         705  2018-05-07 23:31  ADS124S08\驱动程序\Bsp\inc\usart.h
     目录           0  2018-07-24 22:53  ADS124S08\驱动程序\Bsp\src\
     文件        5891  2018-07-24 22:53  ADS124S08\驱动程序\Bsp\src\ads124.c
     文件        1866  2018-07-24 21:18  ADS124S08\驱动程序\Bsp\src\bsp.c
     文件        7598  2015-08-03 14:05  ADS124S08\驱动程序\Bsp\src\delay.c
     文件        2269  2018-07-24 21:05  ADS124S08\驱动程序\Bsp\src\key.c
     文件        1050  2018-04-25 23:00  ADS124S08\驱动程序\Bsp\src\led.c
     文件        1037  2018-07-24 21:11  ADS124S08\驱动程序\Bsp\src\sys.c
............此处省略253个文件信息

评论

共有 条评论