Skip to main content
HamidRezaMaddah
Associate III
January 26, 2019
Solved

The audio player demonstration

  • January 26, 2019
  • 3 replies
  • 1971 views

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

    This topic has been closed for replies.

    3 replies

    Tesla DeLorean
    Tesla DeLoreanBest answer
    Guru
    January 26, 2019
    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    HamidRezaMaddah
    Associate III
    January 26, 2019

    Thanks alot

    HamidRezaMaddah
    Associate III
    January 27, 2019

    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.