Arduino Adafruit NRF52

Sysprogs forums Forums VisualGDB Arduino Adafruit NRF52

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32052
    trevorH007
    Participant

    Testing out visualGDB and I am excited by the potential for this software.  Looking to use it for NRF52, ESP32 and STM32 programming, but I am having trouble with visual studio + visual GDB crashing when trying to build a the blink program when utilizing the arduino adafruit NRF52 core.  The project is attached.

     

    steps:

    Create blink program in arduino and compile with adafruit NRF52 core

    save to desktop

    open visual studio community 2022 with visualgdb installed

    select arduino project

    link visualgdb to arduino location, libraries and cores

    select Adafruit NRF52 as device

    select blink project and start project

    attempt to build

    visual studio + visualgdb crashes

     

    I don’t have the hardware with me and I am just trying to evaluate the visualgdb as a potential embedded systems programming solution.  This could be a problem since I was unable to select USB as the debugger.  Tried j-link and custom but these would also crash.  Not sure if this could be an issue.

    I have the STM32 hardware so I’ll try that out as well.

    Any help would be much appreciated.

     

     

     

    #32053
    support
    Keymaster

    Hi,

    No problem. Please try attaching another instance of Visual Studio to the crashing one in order to obtain a call stack of the crash as shown here: https://visualgdb.com/support/callstack

    Please share the obtained call stack along with a screenshot of the Help->About VisualGDB window, and we will look further into it.

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