This version should work with the STR7x. I guess Michael just wanted to point out the work-in-progress nature of the OpenOCD, i.e. the large number of incremental releases, where only the most current one is supposed to be used. R100 is reasonably new and should work without problems in most cases.
I am trying to port he’s example STR7Test to flash, but have been unsuksessfull yet.
Is it only .bin files that is supported for download to flash? Can I use .hex files too?
In he’s example I have commented out the lines in the startup file that is mapping the ram to the boot sector, futher I have added memory type flash to the linker script (text goes there) and I have made a .bin file out of that in the makefile (by looking on how lynchilla did it in he’s tutorial).
Does anyone knows if it is difficult to port that design to flash?
I am new to this so there is alot I don’t understand yet. But I feel that I can’t move on until I have managed to do that.
Thanks for your respond and Dominic, I think it is great that you have commed up with openocd. As far as I can see it has been the heavily needed “thing” to make programming ARM’s with opensource complete.