Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi forum.. I developed a bootloader for flashing a hex file present in usb key. The text from the usb key is transferred via UART to another micro.. The bytes are then flashedin the flash area.. You can find the HEX file in the usb key here ..When I ...
Several MCU are described with the label 'value line' but I could not find an explanation what that mean. I assume it is related to a system architecture, right?
Hi folks.. I did a bootloader for the STM32F4 microcontroller.. I read a text file and I flash the bytes.. i really don't understand the following parts of the HEX file ,.. :020000040800F2 :040000050800ACB98A The other parts of the fix are addre...
Hi,I am using the STM32F303RBTx MCU and currently have a quadrature (4x) encoder set up on TIM2. You can find my STM32CubeMX configuration settings below: I would like to implement a tachometer for this encoder. I am aware of the method of periodical...
We are using the STM32G474 MCU in dual-bank mode. In the options registers we have DBANK=1 and BFB2=0 or 1 depending on which bank we are booting from at the moment (we swap banks during firmware updates). We have found that when booting and BFB2=0 t...