User Activity

Posted on May 15, 2018 at 19:01 I have a firmware updater for stm32f417, written in C#, that does a software jump to the bootloader and uses the USART protocol (AN3155) to erase and install the firmware to flash. The newest version of our boar...
Posted on May 09, 2018 at 18:27I have written a firmware updater for the STM32F417, using the USART bootloader as described in AN3155. The updater/installer app is written in C# as a Windows app. It works on my dev computer (Windows 10), but additio...
Posted on October 31, 2017 at 21:32 My project involves sending packets of bytes out of the serial port using DMA. I am using an STM32F417 with DMA2 using USART3. DMA transmit buffer is set to The packets that stream the current head position (liv...
Posted on July 29, 2017 at 01:32I have a firmware upgrade app in C# that updates the firmware on a stm32f417IGT over USART.It works on small upgrades �? original test files were about 13K �? but when I started testing the full firmware (200K), t...
Posted on July 25, 2017 at 21:03Hello!I have used the bootloader in the stm32f417 for firmware updating, and the GO command always worked.Now my program is hanging while waiting for an ACK from the bootloader. My C# code for the host:Sending GO comm...