Fast Semihosting – Input

Sysprogs forums Forums VisualGDB Fast Semihosting – Input

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33428
    boazmetry
    Participant

    Is it possible to use the Fast Semihosting (or the Semihosting) for input such as GetChar ?

    #33429
    support
    Keymaster

    Hi,

    The fast semihosting works for output only, however it is backward-compatible with the regular semihosting, that works both ways. I.e. you can use the fast semihosting to output data from the device without any delays, and at the same time use the regular semihosting API to read the input from VisualGDB.

    If you are looking for a fast way to send data to the device, please consider using the Test Resource Manager API.

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