|
From: Marlon S. <mar...@gm...> - 2013-03-08 01:24:17
|
Hi everyone, I'm using an Olimex ARM-USB-OCD with openocd. On the luminary microcontrollers from TI, there are 2 user registers that are write-once. I know they can be written using TI's LMflashprogrammer, but I was wondering if I could do this with openOCD? I'm using GDB, and I can read the values at those addresses, but trying to write to them gives me an error: No flash at address 0x400fe1e0 Which makes sense, since it's not regular flash memory. Does anyone know how to do this? Thanks! Marlon |