magicstocki

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Live variables – format #8460
    magicstocki
    Participant

    I created a simple blinky-project with all settings as default. It’s a STM32F4 discovery board with the integrated ST-Link. The behavior is the same as in my other project. In the configuration file the type is saved correct but the debug session starts with hex.

    in reply to: Problems with STM32CubeMX and VisualGDB #7042
    magicstocki
    Participant

    I’m using VISUALGDB 5 and the STM32CUBEMX and it seems that ST updates the BSP to fast for Sysprogs. ST has provided the version 1.80 of the CUBE firmware for the STM32F4 and VISUALGDB works with the version 1.6. Is there a way to make an update manually?

    in reply to: GDB + Register View #6864
    magicstocki
    Participant

    Hi,
    it seems that I have the same problem, I’m using VisualGDB 4.3 for an embedded project with an STM32. I converted the project to a stand alone project an the register view doesn’t appear anylonger when I’m debugging. The Debug->Windows->Hardware Registers doesn’t appear too. I checked the configuration files “.vgdbsettings”, “stm32.xml” and stm32ff407.xml”, they all located in the same directory.

    “.vgdbsettings”

    
    <?xml version="1.0"?>
    <VisualGDBProjectSettings2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ConfigurationName>Debug</ConfigurationName>
      <Project xsi:type="com.visualgdb.project.embedded">
        <CustomSourceDirectories>
          <Directories />
          <PathStyle>MinGWUnixSlash</PathStyle>
        </CustomSourceDirectories>
        <MainSourceDirectory>$(ProjectDir)</MainSourceDirectory>
        <EmbeddedProfileFile>stm32.xml</EmbeddedProfileFile>
    

    “stm32.xml”

    
    <?xml version="1.0"?>
    <EmbeddedProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <ToolchainID>com.visualgdb.arm-eabi</ToolchainID>
    <BspID>com.visualgdb.bsp.in-place</BspID>
    <McuID>STM32F407VE</McuID>
    <BSPSubdirectory>BSP</BSPSubdirectory>
    <MCUProperties>
    <Entries />
    </MCUProperties>
    <BSPSourceFolderName>Device-specific files</BSPSourceFolderName>
    ...
    <MCUDefinitionFile>stm32f407xx.xml</MCUDefinitionFile>
    </InPlaceMCU>
    <MCUMakFile>stm32.mak</MCUMakFile>
    </EmbeddedProfile>
    

    In an other project which is not converted to a stand alone project it works fine.

    • This reply was modified 8 years, 8 months ago by magicstocki.
    • This reply was modified 8 years, 8 months ago by magicstocki.
    • This reply was modified 8 years, 8 months ago by magicstocki.
Viewing 3 posts - 1 through 3 (of 3 total)