Ask questions, find answers, and share insights on STM32 products and their technical features.
I have a project where the STM32 L052 was chosen as the MCU and I was unable to find a development board for that exact model. What would be the most similar development board/kit to use for development purposes?
I'm working on a project involving a 5V servo motor with a 3V3 MCU, and I wanted to get some advice on how best to translate the PWM output from the 3V3 MCU to the 5V servo motor. I made the mistake of initially just using a MOSFET that was controlle...
Hi,I'm working on a project to generate a 3phase sinusoidal pwm.F_fundemnetal = 0.1 - 100 HzF_sw = 1-100 kHz.I would like to calculate the PWM values on the fly if possible instead of a lookup table. I am generating an ISR every time TIM1 overflows a...
I want to implement Control flow monitoring in application software as mentioned in STM32G0 Series safety manual (UM2455) Page 13 (CPU_SM_1).Can you please provide some example or reference how to implement the same?Thanks
I want to start TIM16 when TIM1 starts. I am using stm32f030 series and periph library. TIM1 depends on external clock.
I have a sine wave DAC code using tim6 trigerout with 128 sampling points, I want to measure the sine wave frequency I know the formula to measure the frequency but I don't know how can I determine the number of times the Timer autoreload at 128thTha...
I am trying to transmit (65535 bytes) 3 buffers through UART I just want to transmit all of them. the main buffer is separated into 3 DATA buffers when I tried to transmit all of them I will be able transmit only DATA1.**/* USER CODE BEGIN PD */ #def...
I use my STM32F469I-DISCO board as slave to communicate with Arduino Mega. The communication is OK. I got the correct values in my array (uint8_t buff_read[10]). But the order is not correct! It shifted with some index but not a fixed number. If i ru...