I am having a very odd problem with script commands.
I am using the latest open OCD code.
I can use the basic script file to start my system and to access it from GDB.
I want to add the command:
mww 0xFFFE500 0x5F1F 0x1
to the script.
I have tried telnet to openOCD and tried the command there and it works OK.
When I add it to my script, the program aborts with:
openocd_jim_vsprintf (): invalid command “mww_0xFFFE500”
There are other commands like halt that don’t work for me in the script!
Can anybody tell me why these simple commands all seem to fail?
Thanks for any help.
Chris.