STM32CubeF4/Projects/STM324xG_EVAL/Examples/I2C
rihab kouki 3d6be4bd40 Release v1.27.0 2022-03-09 10:37:11 +01:00
..
readme.txt Release v1.27.0 2022-03-09 10:37:11 +01:00

readme.txt

/**
  @page I2C_EXAMPLES I2C examples
  
  @verbatim
  ******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
  * @file    SDIO/readme.txt 
  * @author  MCD Application Team
  * @brief   Description of I2C examples.
  ******************************************************************************
  * @attention
  *
  * Copyright (c) 2017 STMicroelectronics.
  * All rights reserved.
  *
  * This software is licensed under terms that can be found in the LICENSE file
  * in the root directory of this software component.
  * If no LICENSE file comes with this software, it is provided AS-IS.
  *
  ******************************************************************************
   @endverbatim

  The STM32CubeF4 firmware package provides a set of examples showing how to use the I2C
  in master/slave communication, based on polling, interrupt and DMA programming models.  
  These examples are provided for Discovery boards, below the examples set for STM32F4-Discovery:
    - /Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling
    - /Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComIT
    - /Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComDMA
    - /Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_AdvComIT

@par Keywords

Connectivity, Communication, I2C, DMA, Interrupt, Polling, Master, Slave, Transmission, Reception, Fast mode plus,
Command, Acknowledge


 */