support

Forum Replies Created

Viewing 15 posts - 4,576 through 4,590 (of 7,849 total)
  • Author
    Posts
  • in reply to: Not build the project ESP32. #20021
    support
    Keymaster

    Hi,

    The ESP32 framework is very large and doesn’t work very well with GNU Make. Please try using MSBuild instead.

    in reply to: STM32 UART Rx with DMA #20020
    support
    Keymaster

    Hi,

    Most likely your program is missing some initialization code, or interrupt handlers. We would advise cloning a sample project for your board that demonstrates DMA, ensuring that it works, and then comparing the initialization code between the 2 projects.

    in reply to: Unable to get Android installed #20012
    support
    Keymaster

    Hi,

    We are sorry about this. We have recently tested VisualGDB with the latest Android SDK and it managed to import the project as shown in our tutorial (you can simply copy-paste the SDK directory into VisualGDB Android Settings if the SDK Manager is missing from your installation).

    If you encounter any further problems, please feel free to share the details and we will help you resolve them.

    in reply to: Setting location of coverage reports through command line #20011
    support
    Keymaster

    Hi,

    All VisualGDB settings from Tools->Options->VisualGDB are stored in registry under HKEY_CURRENT_USER\Software\Sysprogs\VisualGDB\Settings. If you are running VisualGDB on a machine without Visual Studio, we would advise simply exporting the settings from a regular machine via a .reg file and applying them on the second machine.

    in reply to: Intel compiler #20010
    support
    Keymaster

    Hi,

    No problem, please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.1.2051.msi

    in reply to: Beginners problem: Python debugging on remote machine #20009
    support
    Keymaster

    Hi,

    Sorry, Python debugging on Raspberry Pi is currently broken. We are investigating this and will post an update here once a hotfix is available (please allow 1-2 working days for that).

    in reply to: ESP8266 – failed to connect to GDB stub #19998
    support
    Keymaster

    Hi,

    Thanks for pointing this out. It looks like a potential bug in our debug plugin. Would you mind sharing the address you used to load the configuration file? VisualGDB uses the addresses from this page, i.e. 2MB should load it at 0x1fc000.

    in reply to: Setting location of coverage reports through command line #19997
    support
    Keymaster

    Hi,

    Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.1.2048.msi

    It will reuse the normal coverage report logic when launched from command line.

    in reply to: ESP8266 – failed to connect to GDB stub #19989
    support
    Keymaster

    Hi,

    Thanks for checking this. It is starting to look like the ESP8266 initialization data might have gotten corrupt. Please try setting the Debug Settings -> Additional FLASH resources to program -> Initialization Data file to <SysGCC>\esp8266\esp8266-bsp\RTOS-SDK\bin\esp_init_data_default.bin. This should force VisualGDB to program the initialization data as well.

    If this doesn’t help, please try connecting to the COM port using a different baud rate and then resetting the board. The garbage after the “chksum 0xab” text might be a meaningful error message printed using a different baud rate, so connecting under that baud rate should show garbage instead of “checksum” messages followed by a meaningful error text.

    in reply to: Unable to get Android installed #19986
    support
    Keymaster

    Hi,

    It looks like you are using an older VisualGDB build that does not support Android CMake projects. Please update to VisualGDB 5.3R8.

    in reply to: ESP8266 – failed to connect to GDB stub #19985
    support
    Keymaster

    Hi,

    It looks like a mismatch between the gdb stub baud rate in your project settings and the actual baud rate used by the device. Please try several typical baud rates (e.g. 115200, 74880, etc); if none of them works, please  change your firmware to output the character ‘U’ (0x55 or 01010101, so it will look like a uniform clock signal) in a loop and use a logic analyzer to understand the actual baud rate (simply measure the period of the output signal). You can also try explicitly setting the UART period on your board before initializing the GDB stub.

    in reply to: Use mbed Libraries #19983
    support
    Keymaster

    Hi,

    If you are using a VisualGDB-generated Makefile or an MSBuild-based project, simply add the sources of your library to Solution Explorer and adjust the missing include paths (VisualGDB will normally help you discover them and suggest adding them automatically).

    Another option would be to import the entire project using our experimental mbed importer, although it may require changes to the open-source importer plugin, as the mbed internal structure keeps on changing between versions.

    support
    Keymaster

    Hi,

    Thanks, this is a known limitation. Project templates are currently limited to the standard configurations only. They take settings from the current configuration, remove debug- or release-specific flags like -O0 and then use those settings to create Debug and Release configurations in the new project (adding debug and release-specific settings back). We will update this thread once we support templates with custom configurations.

    in reply to: ESP8266 – failed to connect to GDB stub #19980
    support
    Keymaster

    Hi,

    No problem, we can help you resolve this. However unfortunately we could not find any licenses associated with your account. Could you please let us know the email address associated with your license so we could link it to your account?

    in reply to: VisualGDB + IAR compiler #19972
    support
    Keymaster

    Hi,

    Sorry, VisualGDB would not automatically detect your IAR toolchain yet. Similar to the Keil tutorial, we recommend simply creating a project using the GCC toolchain first and then editing the Makefile to run the IAR compiler instead.

    No problem, we have published a tutorial about importing IAR projects here: https://visualgdb.com/tutorials/arm/import/iar/

     

Viewing 15 posts - 4,576 through 4,590 (of 7,849 total)