Bootloader->Application Switch w/ FastSemiHosting

Sysprogs forums Forums VisualGDB Bootloader->Application Switch w/ FastSemiHosting

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35052
    bflannery
    Participant

    Is there anyway to make a seamless transition from the bootloader’s FastSemiHosting console to the application’s ?

    I guess I would be looking for some sort of mechanism to manual de-initialize the polling and then re-initialize the polling once the application starts.

    #35106
    support
    Keymaster

    Hi,

    Normally, it should work automatically, since both bootloader and the main application will end up calling InitializeFastSemihosting() that passes the semihosting buffer location to VisualGDB.

    However, it only works if the memory location of the buffer is the same between the bootloader and the main application (achievable via linker scripts).

    If the addresses are different, please try this build: VisualGDB-6.0.4.5057.msi

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