STM32CubeF4/Projects/STM324xG_EVAL/Examples/I2C/readme.txt

37 lines
1.4 KiB
Plaintext

/**
@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
*/