Hi Friends, I am trying to generate the audio by using STM32F103C8T6 board . I am using raw wav data. I configured TIM2 to generate 8Khz PWM pulse . when I am attaching the speaker to PA0 Pin only some tic and noise sound generate. Please help me.
//The wav sample format is from 8bit sound, 8K Hz in an hexadecimal converted arrayThe given below is details of my TIM2 Init function.static void MX_TIM2_Init(void){ TIM_MasterConfigTypeDef sMasterConfig; TIM_OC_InitTypeDef sConfigOC; htim2.Instance...