• 大小: 6.6MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-06-08
  • 语言: 其他
  • 标签: STM8L  IIC  SLAVE  IAR  

资源简介

STM8L 的硬件IIC从机,调试通过可以使用

资源截图

代码片段和文件信息

/**
  ******************************************************************************
  * @file    stm8l15x_adc.c
  * @author  MCD Application Team
  * @version V1.6.1
  * @date    30-September-2014
  * @brief   This file provides firmware functions to manage the following 
  *          functionalities of the Analog to Digital Convertor (ADC) peripheral:           
  *           - Initialization and Configuration
  *           - Power saving
  *           - Analog Watchdog configuration              
  *           - Temperature Sensor & Vrefint (Voltage Reference internal) management 
  *           - Regular Channels Configuration
  *           - Regular Channels DMA Configuration
  *           - Injected channels Configuration      
  *           - Interrupts and flags management       
  *         
  *  @verbatim
  *                               
  *          ===================================================================      
  *                                   How to use this driver
  *          ===================================================================      
  *          1. Enable The ADC controller clock using CLK_PeripheralClockConfig() 
  *            function : CLK_PeripheralClockConfig(CLK_Peripheral_ADC1 ENABLE).
  *
  *            2. Configure the ADC Prescaler conversion resolution and data 
  *              alignment using the ADC_Init() function.
  * 
  *            3. Activate the ADC peripheral using ADC_Cmd() function.  
  *
  *          Regular channels group configuration
  *          ====================================    
  *            - To configure the ADC regular channels group features use 
  *              ADC_Init() and ADC_RegularChannelConfig() functions.
  *            - To activate the continuous mode use the ADC_continuousModeCmd()
  *              function.
  *            - To configure and activate the Discontinuous mode use the 
  *              ADC_DiscModeChannelCountConfig() and ADC_DiscModeCmd() functions.        
  *            - To read the ADC converted values use the ADC_GetConversionValue()
  *              function.
  *
  *          DMA for Regular channels group features configuration
  *          ====================================================== 
  *           - To enable the DMA mode for regular channels group use the 
  *             ADC_DMACmd() function.
  *           - To enable the generation of DMA requests continuously at the end
  *             of the last DMA transfer use the ADC_DMARequestAfterLastTransferCmd() 
  *             function.    
             
  *          Injected channels group configuration
  *          =====================================    
  *            - To configure the ADC Injected channels group features use 
  *              ADC_InjectedChannelConfig() and  ADC_InjectedSequencerLengthConfig()
  *              functions.
  *            - To activate the continuous mode use the A

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     134533  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x.h

     文件      17052  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_adc.h

     文件       5200  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_aes.h

     文件       3698  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_beep.h

     文件      19547  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_clk.h

     文件      10104  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_comp.h

     文件      10290  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_dac.h

     文件      13383  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_dma.h

     文件       9931  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_exti.h

     文件      14659  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_flash.h

     文件       6652  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_gpio.h

     文件      35578  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_i2c.h

     文件       2408  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_irtim.h

     文件      14238  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_itc.h

     文件       4773  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_iwdg.h

     文件      22787  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_lcd.h

     文件       4625  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_pwr.h

     文件       3242  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_rst.h

     文件      37913  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_rtc.h

     文件      14615  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_spi.h

     文件      21160  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_syscfg.h

     文件      37532  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_tim1.h

     文件      29284  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_tim2.h

     文件      29162  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_tim3.h

     文件      11839  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_tim4.h

     文件      28561  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_tim5.h

     文件      13320  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_usart.h

     文件       7927  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_wfe.h

     文件       2890  2014-10-22 21:31  IICSlave\Libraries\inc\stm8l15x_wwdg.h

     文件      40644  2014-10-22 21:31  IICSlave\Libraries\src\stm8l15x_adc.c

............此处省略174个文件信息

评论

共有 条评论