User Activity

Posted on October 02, 2015 at 04:41I have most of the commands implemented for the STM32F429 SPI bootloader, but Write Memory is not working. The documentation says that a delay is needed after the length, data, and checksum are provided, before req...
Posted on October 01, 2015 at 21:13I'm working with the STM32 Bootloader, and I see that the .hex output from my Eclipse build has reasonable addresses. When I look in the .bin output, though, the contents don't seem to match what I expect. Is the ....
Posted on September 28, 2015 at 23:07I have AN4286, but some of the details are vague or confusing. Is there any other source of information on the bootloader? I am working with SPI, and have most commands working, but there are still a few mysterie...
Posted on September 09, 2015 at 04:42I have a custom PCB with the STM32F429, and can set the BOOTB0 and BOOTB1 before #RST. My code asserts the Reset line for 20 milliseconds, so I hope that is long enough. Strangely, upon selecting the System Bootl...