support

Forum Replies Created

Viewing 15 posts - 5,191 through 5,205 (of 7,855 total)
  • Author
    Posts
  • in reply to: Cubemx and update configuration #11717
    support
    Keymaster

    Hi,

    Not sure what did you mean. Do you mean updating the list of source files in the Makefile once you add new files to Visual Studio Solution Explorer?

    support
    Keymaster

    Hi,

    So far we don’t have any tickets associated with your email address (and no unanswered tickets with crash dumps). Please try re-submitting it.

    in reply to: error running raspberry pi 3 target compiler #11710
    support
    Keymaster

    Hi,

    Yes, you can add “VERBOSE=1” to make (not CMake) command template and rebuild the project. This should get CMake to print the command lines it is using.

    in reply to: Compiler Flags #11709
    support
    Keymaster

    Hi,

    Yes, you can add “VERBOSE=1” to make (not CMake) command template and rebuild the project. This should get CMake to print the command lines it is using.

    in reply to: Please improved: Debug -> (CPU) Register window #11705
    support
    Keymaster

    Hi,

    Thanks, we have added this to the backlog and will consider supporting it in the next version of VisualGDB (after v5.3).

    in reply to: error running raspberry pi 3 target compiler #11704
    support
    Keymaster

    Hi,

    It looks like the arm_neon.h file contains some checks that deem the current configuration (determined from checking built-in preprocessor macros via #ifdef’s) invalid. The best way to investigate it would be to look into the file that produces the error and see which exact #ifdef tests it performs.

    in reply to: Compiler Flags #11703
    support
    Keymaster

    Hi,

    The easiest way to do that would be to right-click on the project in Solution Explorer and select VisualGDB Project Properties. Then go to the Makefile Settings page and edit the CFLAGS via GUI. VisualGDB will automatically update the related Makefiles and reconfigure IntelliSense.

    Please note that if you are using MSBuild, you would need to use the VS Project Properties instead.

    support
    Keymaster

    Hi,

    This error means that the machine where you compile your code is missing the gdb debugger. You can normally install it by running “sudo apt-get install gdb” or “yum install gdb”.

    If you are using a cross-compiler, you would need to open the VisualGDB Project Properties and manually specify the location of the GDB executable that matches your cross-toolchain.

    in reply to: TM4C123GH6PGE Does not have the correct Memory Map #11681
    support
    Keymaster

    Hi,

    Unfortunately this is a bit tougher one. As TI does not ship official register definitions, VisualGDB gets them from parsing the header files and this mechanism is not as precise as parsing a machine-readable definition. Currently our parser uses common register definitions for the entire device family and does not remove registers that are not available on all devices.

    Unless this causes some serious issues (e.g. disrupts program flow due to collision with some other registers), we recommend simply ignoring the extra registers.

    support
    Keymaster

    Hi,

    The easiest way would be to upload the file to DropBox or other file sharing service and send us a link via our support form.

    in reply to: Frustration #11678
    support
    Keymaster

    Hi,

    We don’t offer any live support within our regular pricing, but you can submit the screenshots via our support page. We usually respond with detailed instructions within 24-48 hours.

    in reply to: No executable file specified in Embedded project #11674
    support
    Keymaster

    Hi,

    Good to know it works now. In case anyone else runs into the same problem, this usually happens when the build actually does not succeed and the main executable is not created.

    in reply to: Breakpoints not working for NUCLEO-F746ZG #11673
    support
    Keymaster

    Hi,

    This could be caused by optimization. Please enure you have the “-O0” flag in the project settings.

    You can diagnose this by injecting asm(“nop”) statements in the code and trying to set breakpoints there.

    If your board is controlling a motor, it could make the power supply unstable and cause weird behavior like the one you are describing. Please try disconnecting the actual motor and see if the problem still occurs. If not, you would need to modify your board schematic to stabilize the power.

    in reply to: NODEMCU J-Link Debugging error #11672
    support
    Keymaster

    Hi,

    You can do this by editing the %LOCALAPPDATA%\VisualGDB\EmbeddedDebugPackages\com.sysprogs.arm.openocd\QuickSetup\interfaces.xml file.

    in reply to: Unable to refresh target cache #11671
    support
    Keymaster

    Hi,

    Please double-check that you have the access to the specified file and that it’s not open in any other program (sometimes refreshing the cache while Clang IntelliSense is still scanning the source gets this error). If nothing helps, please try closing Visual Studio and deleting the file (or the entire 0002 folder) manually.

Viewing 15 posts - 5,191 through 5,205 (of 7,855 total)