urosg

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Preprocess linker scripts #36157
    urosg
    Participant

    Thank you for the fast fix, at first glance it looks like it is working now.

     

    Will do some more testing and report back.

    in reply to: Preprocess linker scripts #36150
    urosg
    Participant

    Hi, just tried to use this feature and as soon as I enable the option it breaks the build process.

    Error listed is: ninja: error: ‘{_exe_NAME}.lds’, needed by ‘ProjectName’, missing and no known rule to make it.

    This is a new clean project made with VisualGDB and STM32CubeMX.

    No changes were made to the built project just enabled the option.

    Any help would be appreciated.

     

    in reply to: Could not identify WSL2 Network Interface #35789
    urosg
    Participant

    This issue still persists where the interface name does not have a “description” inside brackets.

    So for example the default regex will identify:

    vEthernet (WSL (Hyper-V firewall))

    but will not identify:

    vEthernet (WSL)

    This regex should identify either: @" \(WSL (\(|\))|\(WSL\)"

    in reply to: Annoying Intellisense problems #32075
    urosg
    Participant

    Recreating project from scratch seems to have helped (which was ok for this project as it was an old skeleton project), but it is hardly a solution IMHO as this means, that every time an update is available there is potential it will break.

     

    Thank you for the reply, I will check other projects and see if the problem persists as it is problematic for Intellisense, no errors/warnings are present in build logs.

    in reply to: Build RAM only application – does not work outside IDE #26646
    urosg
    Participant

    Hi,

     

    thank you for the suggestion, I found the solution:

    • get address of “Reset_Handler” function
    • set $pc to the address
    • go

     

    But now I have a new problem; interrupts are not working with the built “Blinky” example – i.e. SysTick_Handler is newer called.

    Looking at lds everything is in SRAM, also everything else works, but looking through the sources the vector table does not get relocated (VTOR is not explicitly set), is this expected to be done automatically or is it really missing?

     

Viewing 5 posts - 1 through 5 (of 5 total)