Disassembly

Sysprogs forums Forums VisualGDB Disassembly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #873
    darksilence
    Participant

    Hello again =) New question!
    Working with keil I could simply detect from where HardFault appeared using CallStack or Disassembly cod. But here Call stack shows only HardFault adress and in disassembly window i can’t jump into adress that I need. It shoews only actual adress, if i try to write the other adress then disassmbly window jumps only one page Up/Down, but not to the place I need 🙁

    P.S. I use Stm32f4 (tryed on St-Link and Segger J-link)

    #3289
    support
    Keymaster

    Hi,

    The disassembly window in Visual Studio sometimes behaves strangely is some of the requested code ranges cannot be disassembled. Can you provide a screenshot of the Disassembly window, the address you’re trying to see and the corresponding GDB log showing what gdb reports when asked to disassemble those addresses?

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