Unable to make Semihosting Work

Sysprogs forums Forums VisualGDB Unable to make Semihosting Work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8170
    sunsina
    Participant

    I followed the tutorial on http://visualgdb.com/tutorials/arm/semihosting/

    and I can not make semihosting to work (I am using Nano Lib+Float printf,scanf support).
    The program compiles but the printf does not show in any window.

    And I use STLINK V2 using SWD for debugging (SWDIO+SWCLK), I am wondering if I have to connect more pins to STM32F103C8 board to ST-LinkV2

    Or there is something wrong with the setup.
    Thanks

    #8172
    support
    Keymaster

    Hi,

    Please try adding a reference to the Fast Semihosting & Profiler framework via VisualGDB Project Properties => Embedded Frameworks. This should include the Sysprogs-provided implementation of semihosting that is faster than the usual one and should work even if the original one does not.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.