cancel
Showing results for 
Search instead for 
Did you mean: 

The audio player demonstration

HamidRezaMaddah
Associate III

Dear 

In Application note AN3126 noticed that : “The audio player demonstration described in this section is a part of the STM32100B-EVAL demonstration firmware, which can be downloaded, together with the associated user manual (UM0891), from the STMicroelectronics website www.st.com.�? 

But I could not find the demonstration firmware. 

does any one could help me to find it? 

Best regards, 

Hamidreza

1 ACCEPTED SOLUTION

Accepted Solutions

https://drive.google.com/open?id=19MdTqgzJu1E7B_7HVYlMCTnLQcTYIS1g

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3

https://drive.google.com/open?id=19MdTqgzJu1E7B_7HVYlMCTnLQcTYIS1g

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks alot

HamidRezaMaddah
Associate III

Dear,

I have a question about "void TIM6_DAC_IRQHandler(void)" function In Downloaded Project, in stm32f10x_it.c file. Does this function use in this project? I think the DAC will convert with this config : DAC_InitStructure.DAC_Trigger = DAC_Trigger_T6_TRGO;

and it is not necessary to call from interrupt function : DAC_SetChannel1Data(DAC_Align_8b_R, Wavebuffer[wavecounter++]);

Is it write?

Thanks.