This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Address of execution memory dispaly

I am using uvision to debug Dialog DA14580 chip which has an ARM cortex M0 on board.

From my experience with other emulators (IDE) there should be a way to see the C- instruction

overlapped with its assembler interpretation and the exact location in memory of these

instructions. This way , it is possible to follow steps of the program in memory ...

Is there a way to do this in u-vision?

I see only the instructions numbered .

Parents
  • Thank You for the prompt answer !

    What was confusing is that the system steps the C instructions only and not the assembly instructions .

    - Is there a way to debug the assembly step by step?

    - The reset of Emulator makes the processor to start from 0x00000c where there is no instruction. DO you have a hint on this?

Reply
  • Thank You for the prompt answer !

    What was confusing is that the system steps the C instructions only and not the assembly instructions .

    - Is there a way to debug the assembly step by step?

    - The reset of Emulator makes the processor to start from 0x00000c where there is no instruction. DO you have a hint on this?

Children