2019-01-26 04:06 AM
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
Solved! Go to Solution.
2019-01-26 05:59 AM
https://drive.google.com/open?id=19MdTqgzJu1E7B_7HVYlMCTnLQcTYIS1g
2019-01-26 05:59 AM
https://drive.google.com/open?id=19MdTqgzJu1E7B_7HVYlMCTnLQcTYIS1g
2019-01-26 06:16 AM
Thanks alot
2019-01-27 02:15 AM
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.