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

save - debug command

Hi,

what am I doing wrong?
Always when I try this

save c:\projekte\read.hex 0x80000000, 0x80010000

uVision is flooding my hard disk with waste data.
Are there examples for the correct using?

Best regards
Detlef

Parents
  • The size is growing above 1 Gigabyte within a very short time (approximately within 20 seconds) and uvision is freezing. When this happens you have to kill the uv3 process in the task manager.

    Opening the file shows the "waste" data, which may be the first line of a correct file repeated endlessly and "flooding" the hard disk.

    The "waste" data:

    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    and so on...
    

Reply
  • The size is growing above 1 Gigabyte within a very short time (approximately within 20 seconds) and uvision is freezing. When this happens you have to kill the uv3 process in the task manager.

    Opening the file shows the "waste" data, which may be the first line of a correct file repeated endlessly and "flooding" the hard disk.

    The "waste" data:

    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    :0200000480007A
    and so on...
    

Children
No data