Hi,
I am tyring to learn some basics of using the DSS for a number of tasks one of which is writing a value to flash memory. From the documentation it looks like I should be able to write a single word to flash memory (assuming it is erased) using the memory.writeWord call of the API. I can sucessfully setup my debug session, and read data out of the memory address I wish to write (0xFFFF). I then halt the target, and attempt to write using memory.writeWord and I get an error
SEVERE: Errors during memory.writeData(): Address: 0x3f4004 Error: 0x20000
SEVERE: Error writing memory: Errors during memory.writeData(): Address: 0x3f400
4 Error: 0x20000
I have looked though the API, the wiki, and the examples but haven't found anything that shows what steps are necessary to use the DSS to write to flash. Can someone point me to and example or other document that shows the process?