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

MDK 4.54: Issues with watch window / system viewer

In my project (STM32F407, MDK-ARM4.54) I cannot change the values of peripheral registers in the watch window. The values are displayed correctly, but I cannot change them. (e. g. ADC1->JSQR - channel selection register of ADC1). Possibly it is due to the variable range (0x40000000 compared to 0x2000000)? The normal variables work well now, also the static members of classes, thank you very much.

I tried to open the system viewer to have a look at the ADC1 module there, but the system viewer sub-menu in MDK-ARM4.54 is displayed empty (not any sub-entries) - in earlier versions I think I could have a look at the controller modules there.

PS: It is not ultimately required for me, to change values of peripheral registers in the watch window, I can live with MDK 4.54 well - just it would be helpful, if this would work.

Parents
  • > Did you try already to enter ADC1 manually in the watch window?
    yes, I did and now (see my prev. posting) I see the problem.

    > Either of these methods should work any way - and on my system none is working.

    whoops ...
    I can see that the "manually entered" version is not running correctly, the others do work and that's why I could not see the problem in the first place.

    We will have a closer look what happens there, and keep you informed.

    Thanks for reporting!

    .
    BR,
    /th.

Reply
  • > Did you try already to enter ADC1 manually in the watch window?
    yes, I did and now (see my prev. posting) I see the problem.

    > Either of these methods should work any way - and on my system none is working.

    whoops ...
    I can see that the "manually entered" version is not running correctly, the others do work and that's why I could not see the problem in the first place.

    We will have a closer look what happens there, and keep you informed.

    Thanks for reporting!

    .
    BR,
    /th.

Children