User Activity

Hi,I'm currently working on file transfer through the XMODEM protocol, and I want to implement the logic in STM32CubeIDE. If anyone has already implemented it, please share the source code. It would be helpful for me. Thanks
Hi all, I'm working on user bootloader in stm32l4p5 board. I'm facing problem in dual bank swapping. My plan is to keep bootloader code in bank 2 and application code in bank1. When ever a new bin file is available I will switch to bank2 ,after erasi...
Hello,I'm currently working on a system bootloader using an STM32L4P5VGTx board. During this process, the board entered an unknown state and doesn't seem to recover even after a reset.I also attempted to use the Cube Programmer tool to load a bin fil...