On Sunday 10 January 2010, Michel Catudal wrote: > I still have a problem with STM32 where the first load doesn't work.
I don't remember seeing a description of such an issue ... can you post one, or an URL to a description in the mailing list? When you say "still", that suggests it's a problem that's been around for a long time, not a recently introduced bug. It might be practical to use "git bisect" to track it down, if you know some version where it once worked. (Look at "git log" history for the old SVN commit IDs, if you need to go back that far.) > There is also issues with interrupt tracing without disabling interrupts > completely and watchdog. I believe I've heard about the former (see below); not the latter. More info? > Have these issues been covered recently? Maybe just some parameters to > pass to gdb that I am not aware of. Someone posted GDB event handlers they successfully used to step through some code with IRQs active, ISTR "cortex_m3 maskisr" did the job, if a bit unnaturally. Look at list archives for December, in the "Cross Platform Debugger" thread. Was this the IRQ tracing issue you refer to? With "gdb -x" used to load the definitions below. I was planning to look at this and maybe transfer this information into the User's Guide. - Dave > Am 15.12.2009 16:51, schrieb Alain Mouette: > > Can anyone help me with this? > > > > To make single-step work better with IRQs and FreeRTOS in Eclipse, it > > seems that I need to send this do GDB: > > > > define hook-step > > mon cortex_m3 maskisr on > > end > > define hookpost-step > > mon cortex_m3 maskisr off > > end _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development