Wiping MCU memory

Sysprogs forums Forums VisualGDB Wiping MCU memory

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7186
    ferasobeid2
    Participant

    Hi,

    Is there a method to wipe all Flash memory on an MCU with visual GDB? would this be an IDE feature, or would I have to write some sort of code to do it. I am working with an Atmel AT91sam7s128

    THanks

    #7191
    support
    Keymaster

    Hi,

    If you are using OpenOCD, you can try running the ‘mon flash erase_address’ command in the GDB Session window:

    mon flash erase_address pad <start address> <FLASH size>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.