My goal is to build a regression testing set up, I would like to use openocd
if possible. It would look something like testbin1, testbin2 ..., each of them
needs to be downloaded and run on the target.

For now the protocol for each test binary would be something like the
test binary writes to a known memory address to indicate test done, and
another address for test status. Later I am thinking of using a memory buffer
for more detailed logging of test information. Or maybe using a serial port for
logging.

Any ideas on what approach I should take to implement this? Basically I need
some way to poll on a memory address and then dump out memory.

In case it matters my target will be ARM cortex M3's - and in particular the
TI LM3S1968 eval kit.

Thanks for any info.
-Ram

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to