macegr

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Project dependencies & binary output files #20936
    macegr
    Participant

    The Project Dependencies was already correctly set up. The bootloader project is already built before the application project. The problem is that the bootloader binary file is not created before compilation of the application project, so the application project build fails.

    Stating it again: Project Dependencies is correctly configured, the problem is that the second project starts building before the bootloader binary is created.

    Our workaround for the past few months has been to manually build each project in order. This allows the bootloader binary to exist at the time of the main application compile.

    in reply to: Support for STM32L496xx #11427
    macegr
    Participant

    I had to install a few gigs of support software and slowly work around to the ability to compile OpenOCD on Windows. The git version supports the STM32L496, but I had to patch an older version to get it to compile. Then I had to chase down a lot of DLLs and add them to Visual GDB’s OpenOCD tool folder. But I did get it working…in one day…please update OpenOCD so that the next time I install VisualGDB I don’t have to do this all over again.

     

    in reply to: Support for STM32L496xx #11424
    macegr
    Participant

    Any news on STM32L496 support (via updating OpenOCD)? I have 17 days left on my trial period and I’ll buy VisualGDB if you release the update you promised for April, so I can use my L496 without going back to Eclipse 🙂

Viewing 3 posts - 1 through 3 (of 3 total)