mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-11 19:29:45 +08:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
/**
|
|
@page I2S_EXAMPLES I2S Example
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file I2S/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of I2S example.
|
|
******************************************************************************
|
|
* @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 comes with the following Examples and Applications
|
|
making use of I2S peripheral:
|
|
- /Projects/STM324xG_EVAL/Examples/I2S/I2S_Audio
|
|
- /Projects/STM324xG_EVAL/Applications/USB_Device/AUDIO_Standalone
|
|
- /Projects/STM32F401-Discovery/Applications/Audio/Audio_playback_and_record
|
|
- /Projects/STM32F4-Discovery/Applications/Audio/Audio_playback_and_record
|
|
|
|
@par Keywords
|
|
|
|
Connectivity, I2S, DMA, Audio codec
|
|
|
|
|
|
*/
|