support

Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 7,940 total)
  • Author
    Posts
  • in reply to: STM32 huge BIN/Hex file #22535
    support
    Keymaster

    Hi,

    Please either the sections that go into the external memory with the NOLOAD attribute (so that they will be excluded from the .bin file), or use the AT syntax in the linker script (see how DATA is handled) in order to place them in the regular FLASH memory and move them to the external memory manually.

    Also if you are using the Custom edition, please consider using the Additional Memories page of VisualGDB Project Properties to let VisualGDB do the necessary edits automatically.

    in reply to: error in STM32 develop using visualgdb, visualstudio #22534
    support
    Keymaster

    Hi,

    Please use the following link to renew your license: https://sysprogs.com/splm/mykey

    in reply to: Toolchain shows in packages dialog but not project wizard #22525
    support
    Keymaster

    Hi,

    Are you using VisualGDB 5.4 Preview 8?

    in reply to: Annoying behavior #22524
    support
    Keymaster

    Hi,

    Yes, please use the “Don’t Activate GDB Session Window” setting under Tools->Options->VisualGDB.

    in reply to: Unable to resize Live Data columns #22523
    support
    Keymaster

    Hi,

    Sorry, this is a known limitation of the Live Variables view. We should be able to address it in the future WPF-based redesign of this window, however unfortunately it won’t make it into v5.4.

    in reply to: error in STM32 develop using visualgdb, visualstudio #22522
    support
    Keymaster

    Hi,

    Please try installing VisualGDB 5.4 Preview 8. It contains fixed to many bugs of v5.3 and might resolve this as well.

    Please also consider generating projects based on MSBuild, not GNU Make. Unless you specifically need to use GNU Make, they should provide easier experience.

    in reply to: Text editor indenting #22521
    support
    Keymaster

    Hi,

    Sorry, VisualGDB does inherit many of Visual Studio’s formatting settings, however due to the internal VS architecture, the indentation must be set independently.

    Please try using the Tools->Options->Text Editor->C/C++ (VisualGDB) to configure VisualGDB-specific indentation.

     

    in reply to: Multiple definitions of source files #22517
    support
    Keymaster

    Hi,

    Sorry about that. Please download v5.4 Preview 8. It includes all the fixes from all previous builds.

    in reply to: error in STM32 develop using visualgdb, visualstudio #22507
    support
    Keymaster

    Hi,

    This looks like a verbose MSBuild log from a non-MSBuild project that only shows that MSBuild is launching visualgdb.exe to do the actual build.

    Please try turning off MSBuild verbose logging or running the VisualGDB.exe command line manually and check the output from it. It should contain a more informative error message.

    support
    Keymaster

    Hi,

    Thanks for contacting us. According to our records, it looks like your technical support period has expired. In order to keep on receiving support, please renew your key, or let us know the email associated with the new key if you have renewed already.

    support
    Keymaster

     

     

    Yes, the WROVER kit with the on-board JTAG should be indeed more reliable (don’t forget to enable JTAG via jumpers).

    in reply to: VisualGDB for macOS #22479
    support
    Keymaster

    Hi,

    Sorry, not currently. VisualGDB is based on a technology (WPF) that allows building complex and easy-to use graphical interfaces, so unless it becomes available on MacOS (or we get sufficient interest from MacOS users to justify creating an abstraction layer on our side), VisualGDB will only run on Windows.

    in reply to: Using Arduino project ESP32 JTAG + com port #22476
    support
    Keymaster

    Hi,

    Normally it should not cause any issues. Most FT2232-based JTAG debuggers provide 2 interfaces internally: one for the COM port and another one for the JTAG functionality.

    On the high level, they are treated as 2 independent USB devices (similar to having 2 separate devices plugged into a USB hub), so they should not interfere with each other.

    support
    Keymaster

    Hi,

    It looks like OpenOCD fails to read some of the internal ESP32 registers:

    Error: Exception reading icountlevel!

    It might be caused by wiring issues, incompatible script or broken hardware.

    Generally, given how fragile the ESP32 setup is, we would advise starting with a board that is directly mentioned in our tutorials (e.g. ESP32-WROVER with a built-in JTAG), getting it to work and then moving on to the custom hardware.

    in reply to: mBedos import issue #22469
    support
    Keymaster

    Hi,

    We have received feedback from other customers being able to develop large mbed projects with VisualGDB, although they mostly use our mbed BSP (repackaged version of mbed that passed our internal tests).

    We are also happy to provide support for any issues you encounter along the way – simply let us know the exact errors you encounter and we will explain the underlying mechanisms and help you resolve them.

Viewing 15 posts - 3,871 through 3,885 (of 7,940 total)