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

Show code at address in disassembly window

Hi sir,

There are some problems in using AGDI.When I show code at some address in disambley window, uVision IDE have no response for a long time and somtimes it display at the incorrect address in disambley window. Can you give me some directions what cause this problem.


eelin

Parents
  • It means that if I implement two program memory<A,B>, the address of the two memory are the same. At the first,I download program to the one memory <A> by Keil IDE, and then execute the program. In this program, I set some flag to switch memory mapping to the other one. This action doesn't execute writing memory, so the cache don't be update.
    It shows A memory data in disassembely window, but in fact it execute B memory program.


    eelin

Reply
  • It means that if I implement two program memory<A,B>, the address of the two memory are the same. At the first,I download program to the one memory <A> by Keil IDE, and then execute the program. In this program, I set some flag to switch memory mapping to the other one. This action doesn't execute writing memory, so the cache don't be update.
    It shows A memory data in disassembely window, but in fact it execute B memory program.


    eelin

Children