Ask questions, find answers, and share insights on STM32 products and their technical features.
We replaced in our product the STM32F102 MCU with STM32F103 without PCB modification. The 103 contains more RAM and can run at higher frequency and we would like to use the extra resources but there is a criteria. We should use one piece of software ...
Dear Forum,I am setting up the MPU of a STM32F401CE using a bare metal system. All tasks and handlers run inPriviledge Mode, therefore I want to enable certain areas for priviledged access, background should cause a memfault. I use the following memo...
Is there a recommended bypass capacitor for the STM32F205VET6?If anyone knows, please let me know the capacitance.
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