User Activity

Hello,    I am using an STM32G0B0 and am debugging the process of the bootloader handing over control to the application.The bootloader goes through its handover process without an issue.The final part of the bootloader handover looks like this.{ p...
Hello,    I am using an STM32G0B0. My problem is, when my bootloader is calculating the CRC for the application that resides in program space, some of the data read from program space will be incorrect causing the CRC check to fail. My testing and ch...
Hello,  I am having trouble calculating the correct calibration value for my RTC 32K osc. My setup is as follows. STM32F411. 32768 LSE osc. I am passing a 1HZ signal out of the micro and I am measuring it with a 5Mhz precision oscillator and counter,...