I am getting this error when trying to connect atprogram to a JLinkRemoteServer
that is controlling a sam-ice. Also, in Atmel Studio I cannot find a way
to tell it that I want to use a remote debugger.
Using newest SEGGER JLink download and Atmel Studio 7.0.
Is anyone successfully doing this?
Thanks, Mark
atprogram.exe -h 192.168.1.20 -p 19020 chiperase
[ERROR] An unexpected error occurred when executing.
Traceback (most recent call last):
File "__init__.py", line 53, in run
File "atmel\avr\cli\commandline.pyc", line 79, in execute_commands
File "atmel\avr\cli\commandexecutor.pyc", line 52, in execute_commands
File "atmel\avr\cli\resourcemanager.pyc", line 44, in prepare_resources
File "atmel\avr\cli\resourcemanager.pyc", line 51, in _prepare_resource
File "atmel\avr\cli\resourcecontainers.pyc", line 52, in allocate
File "atmel\avr\cli\backend.pyc", line 145, in connect
File "tcf\__init__.pyc", line 31, in connect
File "tcf\util\task.pyc", line 143, in get
Exception: ('TCF task aborted', IOError('Protocol syntax error',))