User Activity

Posted on November 19, 2015 at 20:35The AN4286.pdf SPI Bootloader application note specifies two different commands for erasing flash. On page 24 it specifies 0x44 with checksum 0xBB. However, on page 25 the datasheet specifies 0x43 with a checksum ...
Posted on November 11, 2015 at 00:50I'm trying to understand which file I should write to flash using the STM32L bootloader. For instance, if I write the whole *.hex file to flash at the correct start memory address will the application load? Why no...