mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-10 19:29:12 +08:00
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
/**
|
|
@page I2C_EXAMPLES I2C Example
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file I2C/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of I2C example.
|
|
******************************************************************************
|
|
*
|
|
* Copyright (c) 2017 STMicroelectronics. All rights reserved.
|
|
*
|
|
* This software component is licensed by ST under BSD 3-Clause license,
|
|
* the "License"; You may not use this file except in compliance with the
|
|
* License. You may obtain a copy of the License at:
|
|
* opensource.org/licenses/BSD-3-Clause
|
|
*
|
|
******************************************************************************
|
|
@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
|
|
|
|
* <h3><center>© COPYRIGHT STMicroelectronics</center></h3>
|
|
*/
|
|
|