Does the ST32 MCU-s have abillity to do real time debug ( ie. watching variables and memory locations during program running) or it must be first paused or run step by step? I am using Atollic True Studio Lite and Discovery dev kit.
Of course the STM32 has a debug module that allows to watch registers, variables and memory locations during program running. Is there any forum on Atollic website ?
In Atollic True studio I can only watch memory,cpu registers and variables after pause the program, not during running. For example Freescale HCS08 MCU's allows to watch memory contents during cpu running but the registers can only be watched when CPU stops.
Your limitation is due to True Studio and not to STM32. I suggest you to change your framework to Ride7 : get a Primer, download Ride from this website, and enjoy with real, real time, non intrusive debugging !