support

Forum Replies Created

Viewing 15 posts - 3,076 through 3,090 (of 7,821 total)
  • Author
    Posts
  • in reply to: Cant download OpenOCD #24863
    support
    Keymaster

    Good to know it works. It could have been a network glitch or file system corruption. If you encounter the problem again, please let us know and we will re-investigate it.

    in reply to: How to disable automatic stack checking? #24862
    support
    Keymaster

    According to our records, it looks like your trial period has expired. In order to get further technical support, please consider purchasing a license.

    Please note that installing VisualGDB on another PC, editing registry to affect the trial counter, or creating further forum accounts does not reset your trial period from the support point of view.

    As providing quality technical support for our users requires continuous effort on our side, we do expect our users to play fair and are not able to offer any help once the original trial period expires.

    in reply to: Missing libraries #24854
    support
    Keymaster

    Sorry, we will not be able to review your project. Please see the other thread you created for clarification: https://sysprogs.com/w/forums/topic/issue-using-the-arduino-blink-examples/

    in reply to: COMPONENT_SRCDIRS not automatically updated #24852
    support
    Keymaster

    Good to know it works. The mechanism for adding header files is the same: Add->New Item->C/C++ Header File. VisualGDB will automatically create the ‘Header Files’ filter in Solution Explorer for CMake targets that have header files.

    Please note that as ESP32 projects have the automatic header search option enabled by default (VisualGDB Project Properties -> CMake project settings -> Automatically find header files), the CMakeLists.txt won’t be modified, as all header files from the source directories will get discovered automatically.

    in reply to: Missing libraries #24851
    support
    Keymaster

    It looks like an issue in the STM32 libraries. Please feel free to contact ST support for further clarifications.

    in reply to: Issue using the Arduino Blink examples #24850
    support
    Keymaster

    The problems you mentioned with STM32 arised from creating a non-relocatable type of project (despite the other type clearly shown in our tutorials) and ignoring the error messages that clearly showed the paths of the files that were not relocated, despite the editing instructions provided by our support. We do our best to make VisualGDB support many different scenarios and platforms and also publish tutorials describing various different setups, however it is beyond our capacity to guarantee that VisualGDB will work when the necessary setup steps shown in our tutorials are not followed.

    The problems with ESP8266 you mentioned look like a corruption of a 3rd-party component (ESP8266 core) that is specific to your machine and unfortunately cannot be reproduced on our side (or fixed on the VisualGDB level).

    The last STM32 problem you reported is caused by trying to manually build the STM32F3-specific peripheral driver for the STM32H7 device, despite VisualGDB having a clear and automatic system for selecting the drivers and libraries that are compatible with each device type.

    We understand that you were looking for something different and wish you the best in finding the tool that will suit your requirements, however it looks this is not something we could offer.

    in reply to: Issue using the Arduino Blink examples #24847
    support
    Keymaster

    Unfortunately, we could not reproduce the problem you described. Most likely it is caused by a corruption of some software components on your side. Please try installing VisualGDB on another machine and follow our ESP8266 tutorial to create a project.

    in reply to: Cant download OpenOCD #24844
    support
    Keymaster

    Most likely, your antivirus is silently blocking the xz archive unpacker (xzdec.exe in the VisualGDB’s directory). Please double-check your antivirus logs.

    You can also install the package manually via Tools->VisualGDB->Manage VisualGDB Packages->Install Package from File, although it will still invoke the XZ unpacker.

    in reply to: STM32 Break in problems again. #24843
    support
    Keymaster

    Good to know it works. We have indeed released an updated OpenOCD package recently, although it has passed our pre-release tests and had not triggered the behavior you described.

    Generally, if you encounter intermittent errors, it’s almost always worth it to try another computer and another board and then try understanding the differences between the working and non-working setup. Many intermittent problems are often caused by factors outside VisualGDB’s control (e.g. wiring, power, USB connectivity, antivirus, disk corruption, etc) and it’s not something that VisualGDB could easily diagnose.

    in reply to: instrument function fails relocation records #24842
    support
    Keymaster

    Yes, please try setting the explicit end of FLASH memory on the Dynamic Analysis page to the address just before the special data block you have in the FLASH. VisualGDB will then treat this special block as it it was placed in a different memory and will place the stubs after the last section in the rest of the FLASH memory.

    If it doesn’t work please feel free to share the diagnostic log and we will help you find the right settings.

    in reply to: mbed project wizard issues on stm32 #24841
    support
    Keymaster

    No problem, please let us know the email address associated with your license so that we could check your support status.

    in reply to: COMPONENT_SRCDIRS not automatically updated #24837
    support
    Keymaster

    Thanks for the detailed description. Indeed, VisualGDB was not automatically converting backward slashes to forward slashes for source paths in CMake-based ESP-IDF projects. We have reproduced and fixed the issue in the following build: VisualGDB-5.4.105.3141.msi

    The current tutorial covers the GNU Make-based ESP-IDF projects, and hence uses the different variable names. We will try to publish another tutorial covering CMake-specific setup steps in the next few weeks.

    in reply to: mbed project wizard issues on stm32 #24836
    support
    Keymaster

    Hi,

    No problem, we can share a few techniques to diagnose this, however it looks like your support period has expired. Please renew your license here (in case you have purchased another key already, please let us know the email associated with it) and we will provide instructions for narrowing this down.

    in reply to: Older versions of openOCD? #24831
    support
    Keymaster

    Yes, please try using the Tools->VisualGDB->Manage VisualGDB Packages->Online->Show previous versions checkbox.

    in reply to: STM32 – stack checking #24830
    support
    Keymaster

    Hi,

    VisualGDB would require this framework if you are running the embedded profiler, or have real-time watch/other dynamic analysis options enabled via VisualGDB Project Properties -> Dynamic Analysis. Please double-check that the project doesn’t have any dynamic analysis options turned on and that you are starting debugging via the regular Debug->Start New Instance command.

Viewing 15 posts - 3,076 through 3,090 (of 7,821 total)