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

Watch value edit / SWD

Hi all,
I was using a Ulink 2 probe with JTAG link with a STM32F103 based board and all was right

Now I'm usign a STlink V2 probe with SWD link because my new board based on STM32F405 chip doesnt expose JTAG
I'm stuck when I try to change the value in the watch window nothing appends and the value goes back to it's initial value ...

I'm using a registered keil µVision4 release and I ensured myself that this variable was not reset by some software stuf ...

do youhave any idea of what can I have misconfigured ???

thank's for your help

Parents
  • I'm watching in memory
    normaly this memory is in read write enable
    I set the level 0 for optimisation
    I can read any value correctly but I can not change it
    I can not change it in run butr neither in stopped state
    I didnt see any "deprecated" label about the ST link probe firmware but I'm not sure to know where to look for ... can you say me where I have to watch for this ?
    thank's for your help

Reply
  • I'm watching in memory
    normaly this memory is in read write enable
    I set the level 0 for optimisation
    I can read any value correctly but I can not change it
    I can not change it in run butr neither in stopped state
    I didnt see any "deprecated" label about the ST link probe firmware but I'm not sure to know where to look for ... can you say me where I have to watch for this ?
    thank's for your help

Children