Re: [Openocd-development] Primitives for flash programming on Stellaris microprocessors

2010-11-08 Thread David Brownell
On Fri, 2010-11-05 at 14:57 -0700, Kevin Hester wrote: > > proc init_stellaris {} { init poll flash probe 0 } > > init_stellaris Not that I use Stellaris with GDB lately, but that stuff should be superfluous, since the normal startup should activate/probe flash. It certainly d

[Openocd-development] Primitives for flash programming on Stellaris microprocessors

2010-11-05 Thread Kevin Hester
Hi ya'll, It will be a while before I have time to submit a real patch, but I've recently created some functions that might be useful for other users of the Stellaris series parts. By including these in my OCD config I'm able to program flash directly from GDB at the beginning of a debug cycle.