support

Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 7,873 total)
  • Author
    Posts
  • in reply to: Keep Remote Console open after debugging? #25682
    support
    Keymaster

    Hi,

    Yes, please use the following setting:

    VisualGDB Project Properties -> Debug Settings -> Program Output -> Keep Remote Console window after debugging ends

    Regarding F5, normally unless you explicitly activate the console window by clicking on it, F5 should be handled by the Visual Studio itself and should result in continuing from the breakpoint.

    support
    Keymaster

    VisualGDB will officially support ESP-IDF 3.3 and 4.0 once they are released as stable releases. Until then, you can try using VisualGDB with those ESP-IDF versions, however some functionality may not work as expected, as Espressif often changes the internal structure of ESP-IDF during the pre-release stage.

    in reply to: Debugger/programmer devices support #25678
    support
    Keymaster

    Hi,

    VisualGDB supports Segger J-Link and any programming interface supported by OpenOCD (that includes FT2232-based devices such as Olimex ARM-USB-OCD-H and almost every other popular debug probe). The only exceptions are U-Link (as it’s based on proprietary protocols not supported by OpenOCD) and generic CMSIS-DAP (it’s technically supported, although is very slow due to the USB HID poll rate limitations).

    You can read more about the supported devices and debug interfaces here: http://visualgdb.com/hwsupport/

    in reply to: Cannot flash ESP8266 #25673
    support
    Keymaster

    Strange, now it looks like the {upload.verbose} got expanded to an empty string. Please try removing the “{upload.verbose}” part completely from the programming command line (also remove the quotes).

    in reply to: Using CMSIS DSP library with VisualGDP #25667
    support
    Keymaster

    The easiest way to achieve that would be to embed the simulated data into your program as an embedded resource and then reference the Fast Semihosting framework via VisualGDB Project Properties -> Embedded Frameworks and output the results via the regular printf() calls. The output will be shown in the Semihosting Output window inside Visual Studio and can be saved to a file at the end of the debug session (see VisualGDB Project Properties -> Embedded Debug Tweaking).

    in reply to: Cannot flash ESP8266 #25666
    support
    Keymaster

    The platform.txt file appears correct, so most likely your project is still using the old cached command line.

    Please ensure you don’t have any other versions of the ESP8266 package installed and try reproducing the problem on a new project created from scratch. If the new project works, please try reloading the existing project as we suggested earlier in order to reset its cached values.

    in reply to: nRF Connect SDK #25662
    support
    Keymaster

    Hi,

    We usually add out-of-the-box support for new platforms once they get enough traction. Currently we are still assessing the popularity of the new nRF Connect platform and will be deciding whether to support it directly in the next 4-6 months. As a workaround, please try creating a project manually as shown in this tutorial.

    Alternatively, we can support nRF Connect earlier via our paid custom BSP program. Please feel free to contact our sales to get a quote for this.

    in reply to: Using CMSIS DSP library with VisualGDP #25661
    support
    Keymaster

    Hi,

    You can add the library to your project by adding its source files to the Solution Explorer (via Add->Existing item) and then adding the paths of the header files to the Include Directories field of the VisualGDB Project Properties (or just trying to include one of the header files from your sources and then following VisualGDB’s prompts to add the necessary header directories).

    in reply to: IMXRT105x hardware register defs #25650
    support
    Keymaster

    Thanks for the update. Looks like VisualGDB tries to load it as a VisualGDB-specific XML file instead of using the SVD loading logic.

    Please try changing the file extension to .svd and importing it again.

    in reply to: Cannot flash ESP8266 #25649
    support
    Keymaster

    We have investigated the problem and it looks like a bug in the ESP8266 Arduino package triggered by the verbose mode enabled by VisualGDB.

    We have created a Github issue in the ESP8266 Arduino repository suggesting a workaround. Please try patching the <HOME>\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.5.2\platform.txt file as described on the Github page, then reload the project via the context menu to ensure VisualGDB picks up the updated programming command line template.

    in reply to: IMXRT105x hardware register defs #25646
    support
    Keymaster

    Thanks for letting us know, however unfortunately it’s hard to suggest anything specific without knowing more details. If you could describe exactly how you were importing them and what you observed (and ideally, share the entire file you tried importing), we should be able to suggest a workaround or release a hotfix for it.

    in reply to: Find Firmware Package STM32 #25640
    support
    Keymaster

    Hi,

    You can find the firmware package versions used by VisualGDB in %LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.stm32\SDKVersions.xml

    in reply to: Cannot flash ESP8266 #25638
    support
    Keymaster

    Hi,

    It looks like the latest ESP8266 Arduino package might be broken. Could you please quickly recheck whether it works with Arduino Studio? If not, please consider filing a bug report with Espressif.

    in reply to: IMXRT105x hardware register defs #25629
    support
    Keymaster

    Hi,

    This looks like a regular SVD file that should be already supported by VisualGDB. Simply select it when clicking on the “Locate SVD file” link in the Hardware Registers window and VisualGDB will automatically convert it to its format.

    Alternatively, you can use the converter from our BSPTools repository that is equivalent to the converter used by VisualGDB.

    support
    Keymaster

    Hi,

    Good to know it works.

    Regarding the major version, yes, we are currently finishing our work on supporting more device families and will start releasing preview builds on the next major version introducing new functionality in the next 1-2 months.

Viewing 15 posts - 2,866 through 2,880 (of 7,873 total)