2022-03-09 10:37:11 +01:00

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