Posted on May 17, 2011 at 13:19James, Thanks for the reply. I was able to use a hex editor to merge the binary images and use version 1.0 to download the resulting image properly. I haven't yet been able to get 2.0 to do so. It all looks like it wo...
Posted on May 17, 2011 at 13:19Erase, reset the board, then load the binary data is still not working. I'm using this batch file: @ECHO OFF echo Connect first board pause :START STMFlashLoader.exe -c --pn 2 --br 115200 -i STM32_Med-density_64K -e --...
Posted on May 17, 2011 at 13:19I'm using an STM32F101C8 with IAR. My code is divided into two pieces, a bootloader that is never changed and an application that can be. My bootloader looks for a new image in an external flash device, and if present ...
Posted on May 17, 2011 at 13:00I've read that before, and never could get anyone from IAR or ST to tell me what the ''tool chain incompatibilities'' were, and in the mean time I've got several hundred boards already built with this processor on it t...
Posted on May 17, 2011 at 13:00I have the above CPU and with a customized boot loader based on the USART/YMODEM example, except it pulls the code from a serial data flash part. This works just fine. I have an application that uses a 128x64 display. ...