Bootloader binary not merged with app since second build!

Sysprogs forums Forums VisualGDB Bootloader binary not merged with app since second build!

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25850
    We
    Participant

    I checked out latest bootloader tutorial example and build,it behaves all right and runs on MCU.1st and 2nd screenshot show the result.

    But just rebuild again,CLI output keeps the same(18KB in flash),but bootloader and app binaries are not merged to one file(boot-3KB,app-3KB,3rd screenshot,both binary is right,just not merged by offset).

    I also made my own bootloader follow the tutorial,it behaves the same(1st build merged,2nd,3rd…build not merged).

    Tested on VisualGDB 5.4R3,R12 on two different PC,all not merged since 2nd build.

     

    Attachments:
    You must be logged in to view attached files.
    #25854
    support
    Keymaster

    Hi,

    The problem you are describing might be caused by the bootloader.bin file being deleted during the clean of the second project (Visual Studio would then show a build error and building the projects again would resolve it). Please follow the instructions in this thread to update the project settings to work around this.

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