urosg

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 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 2 posts - 1 through 2 (of 2 total)