On Mon, Jul 20, 2009 at 12:31 PM, Tilo Lutz<tilol...@gmx.de> wrote: > Hello > > I hope it is OK to post in this list although I'm only a user. > > I want to improve support for audc7xxx devices and update my tutorial. > First of all, in the documentation chapter 12.4.2 there is a little > mistake. The aduc7xxx series is from Analog Devices, not ST Micro.
Could you submit a patch? > I'm a little bit confused about flash support. When I use the aduc > flash driver do I have to erase to flash before writing? > > I want to write some tcl scripts, e.g. > > set test [mdh 0xFFFFF800] > 0xfffff800: 20 > > set test > > > > Why isn't the result saved in variable test? I'm a newbee in tcl so it > might be a very basic problem. mdh is not used from tcl, it's only intended for humans. Look up mem2array for peek & poke from Tcl. > I'm a little bit confused about the different types of reset. I use a > simple board which has only trst to reset the mcu. When I want to > debug the new code should be loaded into flash. After that the mcu > should do s reset to initialize all settings and registers. It should > not start to execute code at address 0x0 where the reset handler is > stored. > Is that possible? Maybe. If the target/board does not pull trst when srst is pulled, then reset halt should reset the target into the halted stated. If it is not possible to reset the target into the halted state, then the target will be reset into the running state and halted. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development