2008-04-05 01:53 PM
ST flash loader upload problem (maybe)
2011-05-17 03:28 AM
I want to ''copy'' the code on my STM32 using the ST flash loader as this seems like a good way of creating a bin file that contains both my bootloader and my application. This one bin file can then be used in production to download everything to the STM32 in one operation.
So here is the problem: When I use the ST flash loader to upload from my STM32103RB (128k) I end up with a bin file on my PC that is 104895 bytes. I would have expected the file size to be 131072 (128k). The flash loader reports that it has successfully uploaded 131072 bytes. Am I missing something? Regards Trevor