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

uvision not seeing changed flash

Hello,

I'm debugging a firmware update problem and notice that uVison2 and 3 do not refresh the dissasembly or code memory views.

In other words, my app writes the new code into flash, but Uvision still thinks the old code is there.

Is there a way to get the latest version of uVision to refresh it's view of flash?

Thanks,

Mark

Parents
  • Cache, Primary memory, etc are in PC,
    8051, flash has only one memory, in it,
    part for code : once set is set,
    part for data: for day to day purpose

    after much consideration, debugging, checking out the program, it is committed to the purpose,
    its done only once but the right one,
    so that there is no need for repenting later on,
    coz everybody agrees memories are delicate.

Reply
  • Cache, Primary memory, etc are in PC,
    8051, flash has only one memory, in it,
    part for code : once set is set,
    part for data: for day to day purpose

    after much consideration, debugging, checking out the program, it is committed to the purpose,
    its done only once but the right one,
    so that there is no need for repenting later on,
    coz everybody agrees memories are delicate.

Children