User Activity

Hello, I want to control the period of ADC conversionsThe code needs to read two adc channels at the same time in a frequency of 10kHz, so, do some maths with this values and output in a DACWhat is the most efficient way to do that?
Hello,I'm have a Nucleo board with a STM32F334R8T6I configured a timer with 10kHz and I'm using the HAL_TIM_PeriodElapsedCallback to call a funtion that will control my motor and read some data with the ADC. I want to check the frequency that the con...
Hello, I'm new to STM32, I bought a Nucleo board with a STM32F334R8T6I want to generate a PWM of 10kHz and read some data in ADC channel, unfortunetely, there some conflicts between this two and I can not generate a PWM with more than 5kHz.I need som...