Where are the hex files compiled by VisualGDB ?

Sysprogs forums Forums VisualGDB Where are the hex files compiled by VisualGDB ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20030
    Luna
    Participant

    Hi there,

    I have been working using the VisualGDB with the Nordic SDK, so I am ready to jump with my code to a production status, but I am missing something because I could not find my .hex files, the only way I am able to Flash my devices is using VisualStudio, I would use hex files with Nrfstudio or nrfprog instead of VisualStudio.

    Could someone give a hand with this possible trivial issue?

     

    Thanks,

    Luna

    #20031
    support
    Keymaster

    Hi,

    You can enable the .hex file generation via the Build Settings page of VisualGDB Project Properties (for GNU Make projects) or via the “Embedded Project” page of VS Project Properties (for MSBuild-based projects). Once enabled, the .hex file will be placed in the same directory as the .bin file.

    #20053
    Luna
    Participant

    Hi I am sure how can I do the same with my current version look at this:

     

     

    • This reply was modified 6 years, 2 months ago by Luna.
    • This reply was modified 6 years, 2 months ago by Luna.
    Attachments:
    You must be logged in to view attached files.
    #20057
    support
    Keymaster

    Hi,

    Please use the setting shown below:

    Attachments:
    You must be logged in to view attached files.
    #32855
    JFerraris
    Participant

    Hello! Thanks for the reply.

    I was more looking for what the objcopy command was to generate the hex file, but that turned out not to be a problem for me at all. 🙂

    #32858
    JFerraris
    Participant

    Wrong post, this one looked almost identical to my most recent hex file generation one.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.