Skip to content
jmf13 edited this page Oct 19, 2016 · 9 revisions

Welcome to the Const_DSP_I2S_DAC wiki!

Stm32 audio libraries:

Reference documents

Reference projects

Pitfalls

  • 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.

Modified files for Async USB:

usbd_audio.c this is the core file for the job usbd_conf.c for activating the SOF event

Miscellaneous

Introduction Scope of project Stm32 and Nucleo

To learn before or during

Libraries related to Audio

Libraries architecture

  • AL, BSP, CMSIS, Audio libraries, USB Audio,

Toolchain

Reference documentation

Interfacing hardware

  • SPDIF output
  • External Clock
  • Audio Shield ????: SPDIF in, SPDIF out, I2S out, external clocks, Isolators….

Audio projects with stm32

Async USB inspiration

Links

New test page

Clone this wiki locally