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

fill flash with data

My program in flash end at some point. From that endpoint on I'd like to fill up the whole flash with 0xff.

Something like

.equ FlashDictionaryEnde,   0x00100000

.equ numberofbytes , FlashDictionaryEnde-.
.space numberofbytes,0xff

doesn't work.

How can I achieve this?

Parents
  • Hi, some time ago you gave an interesting answer to my question. Today I wanted to come back to your post but I found it has been deleted.

    Could you post it again, please? Or send me  the answer privately.

    The answer was containing some loader/linker mapping commands or thelike.

    Thanks you.

    --

    Christoph

Reply
  • Hi, some time ago you gave an interesting answer to my question. Today I wanted to come back to your post but I found it has been deleted.

    Could you post it again, please? Or send me  the answer privately.

    The answer was containing some loader/linker mapping commands or thelike.

    Thanks you.

    --

    Christoph

Children
No data