Hi there,
I'd like to automate the running of some test code on my boards. The aim is to have a makefile target, "make test" which:
* Compiles my firmware with a -D flag set for test
* Flashes the code to my board
* Starts JLinkRTTClient
* Runs my code, so that I can watch the log output on the terminal
I notice that JLinkRTTClient looks to connect to localhost:19021 and that there's a server there listening if I also start JLinkGDBServer. I'd like to keep it simple, however, and not start the GDB server if I can avoid it. Same goes for the GDB client. I don't want to have to interact with the GDB client in order to start the test output.
Is there a way to start *just* the RTT server and RTT client and have the code execute immediately? I've checked the command line options in the PDF doc, but haven't found anything to control this.
Thanks.
I'd like to automate the running of some test code on my boards. The aim is to have a makefile target, "make test" which:
* Compiles my firmware with a -D flag set for test
* Flashes the code to my board
* Starts JLinkRTTClient
* Runs my code, so that I can watch the log output on the terminal
I notice that JLinkRTTClient looks to connect to localhost:19021 and that there's a server there listening if I also start JLinkGDBServer. I'd like to keep it simple, however, and not start the GDB server if I can avoid it. Same goes for the GDB client. I don't want to have to interact with the GDB client in order to start the test output.
Is there a way to start *just* the RTT server and RTT client and have the code execute immediately? I've checked the command line options in the PDF doc, but haven't found anything to control this.
Thanks.