User Activity

Hello.I need 9 channel ADC data on STM32F030 MCU.I want to read ADC CH0, ADC CH1.... ADC CH8 in order. (PA0, PA1, .... PA7, PB0)  It will be a simple application. I don't need DMA. I could not change the channel in Regular Conversion. I tried to read...
Hello there. For some time now, STM32F0 and STM32F1 series many MCUs have been experiencing stock problems.  STM32F030, STM32F042, STM32F072 and STM32F103 series many mcu have stock problems. It seems that there is no stock at suppliers like Digikey,...
Hello. I'm trying to play a music file using PWM with STM32F1. For this, I saved the sound data in flash memory with appropriate resolution. Using Timer 2 and DMA, I transfer the data to TIM2-> CCR1 register. Sampling Frequency 8 Khz. DMA Circular M...