-
Notifications
You must be signed in to change notification settings - Fork 3
Home
jmf13 edited this page Oct 19, 2016
·
9 revisions
Welcome to the Const_DSP_I2S_DAC wiki!
- CMSIS DSP Lib
- stm32-audio100a
- X-CUBE-AUDIO-F7 ??
- Realtime-Audio-DSP Tutorial with the ARM STM32F4-Discovery Board
- [http://www.henryaudio.com/open-source.php](Henry Audio)
- Pavouk's audio widget USB to I2S
- Roman Async USB on stm32
- the priority of the Tick_INT in stm32f4xx_hal_conf.h must be 0, and not 0x0F
- Variables that are modified in interrupt routines must be volatile, or it seems that the compiler performs optimizations that prevent the correct evaluation of conditions.
usbd_audio.c this is the core file for the job usbd_conf.c for activating the SOF event
Introduction Scope of project Stm32 and Nucleo
- Including the STA350 shield
- microphones if any ?
- Why stm32 and Nucleo boards are interesting
- Audioweaver case
Libraries related to Audio
Libraries architecture
- AL, BSP, CMSIS, Audio libraries, USB Audio,
Toolchain
- Options (GCC, commercials, OpenStm32, ARM plugin for Eclipse)
- REX
- Setting up OpenStm32 toolchain
- Start a project from a template
- Use Eclipse and Github
Reference documentation
Interfacing hardware
- SPDIF output
- External Clock
- Audio Shield ????: SPDIF in, SPDIF out, I2S out, external clocks, Isolators….
Audio projects with stm32