support

Forum Replies Created

Viewing 15 posts - 3,631 through 3,645 (of 7,847 total)
  • Author
    Posts
  • in reply to: Nordic Thread & Zigbee SDK 2.0 #23063
    support
    Keymaster

    Hi,

    Sorry, not currently. This Thread & ZigBee SDK appears to be much less popular than the regular Nordic SDK, so we won’t be supporting it directly unless it’s merged into the mainline SDK, becomes more popular, or someone orders it via our custom BSP program.

    Please consider creating a project manually as shown in this tutorial: https://visualgdb.com/tutorials/arm/legacy/

    in reply to: ARM project creation #23062
    support
    Keymaster

    Hi,

    VisualGDB-generated projects contain all necessary code inside the main .c or .cpp file, hence they do not need separate _it.c and main.h files.

    If you get errors due to missing _it.c file, most likely you have replaced the main source file with the main file from another project that also includes the _it.c and main.h files. If this is the case, please ensure you copy ALL the relevant files from the project you are trying to import.

    in reply to: GDB Session window #23057
    support
    Keymaster

    Hi,

    You can disable the automatic activation of the GDB Session window via Tools->Options->VisualGDB->General->GUI->Don’t Activate GDB Session window.

    We have also added an option under General->Debug to ignore the inline gdb stub output to this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2623.msi

    in reply to: Odd error started #23056
    support
    Keymaster

    Hi,

    Thanks for reporting this. We have investigated it and it looks like the behavior for missing source paths has changed in a recent VS update. The file path actually comes from the debug symbols in the libraries on Raspberry Pi and it indeed does not exist on your machine. The previous VS versions would ask for the path of the file, but it looks like the latest VS build shows an error instead.

    We have addressed it in this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2623.msi

    VisualGDB will now report frames referencing non-existing frames as assembly-only (you can override this via Tools->Options->VisualGDB->Common->Debugging->Hide Missing Source Files).

    in reply to: No APK files…. #23055
    support
    Keymaster

    Hi,

    Please consider updating to VisualGDB 5.4 Preview 10. It should support the latest project layout from Android Studio. If your project uses different directories for APK files and libraries, please consider editing the .vgdbcmake file accordingly (see the OutputSubdirectory, AppSubdirectory and LibraryDirectory elements).

    in reply to: VisualGDB Project Properties #23054
    support
    Keymaster

    Hi,

    VisualGDB takes the Android platform list from the <VisualGDB directory>\Rules\Android\AndroidPlatforms.xml file. If the platform you are using it not listed there, please consider editing the file, or using the latest VisualGDB 5.4 Preview 10 that includes the definitions for the latest platforms.

    VisualGDB provides 2 different settings for the Android platforms: SDK platform and NDK platform (that might be different for older SDK/NDK versions). The SDK platform setting corresponds to the project.properties file used by Ant, while the NDK platform corresponds to the Application.mk file.

    in reply to: Esp32 Semihosting Console always empty #23051
    support
    Keymaster

    No problem. Let us know if you have further questions and we will be happy to help.

    in reply to: ARM project creation #23047
    support
    Keymaster

    Hi,

    The files you mentioned are generated by the STM32CubeMX tool and can be imported into VisualGDB as shown in this tutorial. They are indeed not a part of the basic project templates.

    The “Inline GDB Stub Output” window contains text sent to the gdb session by the gdb stub (e.g. OpenOCD or Segger J-Link) and typically contains error and warning messages (sometimes repeating the regular stub output).

    You can use the Memory window to view the memory contents at a specific address.

    in reply to: ARM project creation #23044
    support
    Keymaster

    Hi,

    Are you using the GCC ARM toolchain or the Keil ARM toolchain (that is supported since v5.4 Preview 10)?

    in reply to: ESP8266 GPIO Interrupt #23043
    support
    Keymaster

    @MystikReasons, Thanks for sharing this!

    in reply to: ESP32 Jlink Programming fails #23033
    support
    Keymaster

    Hi,

    Thanks for the logs. It looks like the ESP32 chip does not respond properly to JTAG commands and OpenOCD drops the connection:

    Error: cpu0: esp32_fetch_all_regs (line 255): DSR (120034E5) indicates target still busy!

    Please try erasing the target FLASH memory using esptool.py. If this doesn’t help, please share the OpenOCD log above with Espressif and check if they know any workarounds (we do not have access to the internal Espressif’s documentation, so it’s hard for us to provide any more specific help when it comes to communication issues between various components that are not maintained by us).

    in reply to: ESP32 Jlink Programming fails #23031
    support
    Keymaster

    Hi,

    It looks like you are using the ARM build of gdb that is not compatible with the ESP32 devices. Please use our ESP32 toolchain instead. You can find a detailed step-by-step tutorial here: https://visualgdb.com/tutorials/esp32/esp-idf/

    in reply to: Esp32 Semihosting Console always empty #23030
    support
    Keymaster

    Hi,

    If you want to redirect the ESP_LOGI and similar functions to the app_trace console, you may need to enable some ESP-IDF configuration parameters. Please check the ESP-IDF documentation for details. If instead you want to view the output from the serial port, please use the Raw Terminal page of VisualGDB Project Properties (Custom edition or higher) or our free SmarTTY tool.

    in reply to: set follow-fork-mode child #23023
    support
    Keymaster

    Hi,

    Please try entering this command manually in the GDB Session window, or use VisualGDB Project Properties -> Additional GDB Commands page to have VisualGDB run it automatically.

    in reply to: Keil ARMCC project creation error #23022
    support
    Keymaster

    Hi,

    Sorry. If you are interested in trying out the new components logic, please feel free to contact our sales (give a link to this forum thread) and we will issue you a brief trial extension voucher, so you can try it out and decide if it’s worth upgrading to Custom. Please also consider trying this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.10.2621.msi

    It contains improved logic for checking Keil pack conditions, supports multiple component instances and creates configuration file templates using the same logic as the uVision IDE.

Viewing 15 posts - 3,631 through 3,645 (of 7,847 total)