Output the audio signal with filtering by IIR filter in the Quad-SPI flash memory using onboard CODEC. QSPI フラッシュメモリのオーディオデータを遮断周波数可変の IIR フィルタを通してボードに搭載されているCODEC で出力するプログラム.

Dependencies:   BSP_DISCO_F746NG_patch_fixed F746_GUI LCD_DISCO_F746NG QSPI_DISCO_F746NG TS_DISCO_F746NG mbed

MyClasses_Functions/BSP_AudioOut_Overwrite.hpp

Committer:
MikamiUitOpen
Date:
2016-04-07
Revision:
1:a1be09c2533a
Parent:
0:2eb96a7cf9b9

File content as of revision 1:a1be09c2533a:

//--------------------------------------------------------------
//  Overwrite functuions and define calback function (Header)
//  for functions in stm32746g_discovery_audio.cpp
//--------------------------------------------------------------

#ifndef F746_AUDIO_OUT_OVERWRITE_HPP
#define F746_AUDIO_OUT_OVERWRITE_HPP

#include "stm32746g_discovery_audio.h"
#include "sai_io_o.hpp"

void AUDIO_OUT_SAIx_DMAx_IRQHandler();

#endif  // F746_AUDIO_OUT_OVERWRITE_HPP