Skip to main content
edxxgardo
Associate II
August 8, 2011
Question

Keil and binary file

  • August 8, 2011
  • 2 replies
  • 880 views
Posted on August 08, 2011 at 10:37

hello everybody,

Do you know how to load a binary file into an STM32 Dicovery using Keil (and JTAG), without having the source code? I mean, I do not have a project I can compile, create a binary file and then download it into the board. Do you have any idea how to do it? Thanks in advance.

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    August 9, 2011
    Posted on August 09, 2011 at 02:38

    The ST-LINK utilities can download binary files into a VL Discovery board.

    Keil is capable of generating Intel Hex, and AXF/ELF object files. Both of which can be converted to binary files.
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    edxxgardo
    edxxgardoAuthor
    Associate II
    August 9, 2011
    Posted on August 09, 2011 at 08:34

    Thx a lot clive1, I really appreciate your help.