• Hmm, interesting.

    Could you use a hex editor and write the first 8 bytes of a bin file that works and one that doesn't? If they're hex files, just the second line would be enough.

    This would be really frustrating. Flash memory is mapped to both 0x00000000 and 0x08000000 - so both addresses are valid. Espruino uses a reset vector at 0x00000000 because it sometimes produces smaller code, but it's possible that some idiot at ST has changed their bootloader so that you can ONLY upload code that runs from 0x08000000!

  • @Gordon,
    I think they have to be able to add new features and processors which implies some compatibility issues.
    Will check those bytes soon

About

Avatar for asez73 @asez73 started