User Activity

Hi,I am facing an issue with IWDG in  STM32G051G6U6.HAL_IWDG_Refresh(&hiwdg);  not refreshing IWDG and  the core resets after IWDG overflow time.IWDG overflow is set at 13Sec (varying wrt prescaler) and I am refreshing it at every 1 sec.Counter presc...
Hi,I want to configure my device as a USB Microphone. However the cubemx generates code for USB speaker and the device is detected as STM32 Audio Class Speaker. Can anybody suggest a solution or Cube Example for USB Audio class with Microphone  codes...
STM32CubeIDE Version: 1.15.1Chip : STM32F070CBT6HSE : 16MHzProblem : USB Not workingObservation : HSE Not starting and getting time out delay in "RCC_OscInitStruct" when using HSE and PLLCLK for sysclk ( with and without CSS). MCO output is 8Mhz if e...
Hi, Can anybody help to point out why the pin voltage on adc input goes high as soon as i start the adc. When I connected a 10K resistor between AIN1 and GND (VDDA=VDD=3.3V), the voltage dropped to 1.6V. I tried HAL_ADC_START , Start with IT , DMA...
Hi, I want to send five,16 bit data over SPI. WHile executing the code i cant see any transmission. What i wanted isSS = 0 -> 16 bit data1 -> SS=1, SS = 0 -> 16 bit data2 -> SS=1,or2, SS=0 , word0, word1, word2,word3, word4 ss=1i tried both methods b...
Kudos given to