Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.txt « SAI_AudioPlay « SAI « Examples « STM32WB5MM-DK « Projects - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49cfb2b375dc56da00f18f0172fe149fdefbde1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**
  @page SAI_AudioPlay  Description of the SAI audio play example
  
  @verbatim
  ******************************************************************************
  * @file    SAI/SAI_AudioPlay/readme.txt 
  * @author  MCD Application Team
  * @brief   Description of the SAI audio play example.
  ******************************************************************************
  *
  * Copyright (c) 2019 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

@par Example Description 

Use of the SAI HAL API to play an audio file in DMA circular mode and handle the buffer
update. Refer to Projects\STM32WB5MM-DK\Examples\BSP.

The SAI feature is part of STM32WB55xx. 

The STM32WB5MM-DK demonstrates this feature inside the example "BSP" under:

  Projects\STM32WB5MM-DK\Examples\BSP

This SAI example is not provided here as it requires USB features, also demonstrated inside the BSP examples
to output audio on PC.

 * <h3><center>&copy; COPYRIGHT STMicroelectronics</center></h3>
 */