User Activity

Hi I have ported mcuboot to stm32 without os, following the https://interrupt.memfault.com/blog/mcuboot-overview. But I'm having problems and some things are not clear to me, hope someone can help me.By following the guide I implemented everything, a...
Hi, I am trying to understand the startup process of stm32 mcu. So I have a good knowledge with STM32 and HAL but I want to learn a little deeper with the registers.So I created a blank project and included only the peripheral header file (stm32wb55x...
Hello,I have a strange issue!, so my project is using cmake to build and it is in c++. Everything is working if i set the startup script (startup_stm32f072xb.s) before stm32f0xx_it.c But if i set it after stm32f0xx_it.c, than nothing happens it is li...
Hi,I m using the smooth calibrationtim1 is using an external clock 1Hz from signal generator and channel 1 is working in output compare mode generating interrupt every 32 seconds, tim2 is using LSE and channel 1 is in input capture mode.When the inte...
Hi,I want to calibrate the RTC. So I need one timer to count the pulses from RTC.The RTC clock source.(LSE external oscillator 32768 Hz) needs to be the clock source for one of the timers. In the reference design (RM0434) page 682 there are multiple ...