Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Architecture of Disassembly View
Forum Updated to NodeBB v4.3 + New Features

Architecture of Disassembly View

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 307 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vesuvio
    wrote on last edited by
    #1

    Hi,

    I am using Qt to create a bare metal project (stm32 - cortex m4 core). When running the debugger and looking at the view at operation instructions (debugging menu -> operate by instruction) the code seems to not being interpreted as arm cortex M4 code.

    The assembly in qt looks like:
    641ba517-3be3-438b-936a-7383e649b3bf-image.png

    where as the "objdump -m iamcu -S --disassemble" call gives
    aaa455f0-ab38-42b6-a8ae-7757d7d858f7-image.png

    As you can see from the two picutres, the lines below e.g Driver::STM32L496SCB look totally different. From the different views it can be assumed, that the same file is shown, however it seems as if Qt is using the wrong architecture to interpret the assembly file.

    Is it possible to change the way QtCreator is interpreting the assembly, so that the correct instructions can be interpreted? If so, where are the settings for these options?

    Thanks in advance for your help.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved