You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following output:
Warn : target at91sam3X8E.cpu examination failed
embedded:startup.tcl:1070: Error: ** Unable to reset target **
in procedure ‘program’
in procedure ‘program_error’ called at file “embedded:startup.tcl”, line 1107
at file “embedded:startup.tcl”, line 1070
*** [upload] Error 1
I have tried the flags as follows but it did not help !
I have this ini settings:
[env:due]
platform = atmelsam
board = due
framework = arduino
debug_tool = stlink
upload_protocol = stlink
I get the following output:
Warn : target at91sam3X8E.cpu examination failed
embedded:startup.tcl:1070: Error: ** Unable to reset target **
in procedure ‘program’
in procedure ‘program_error’ called at file “embedded:startup.tcl”, line 1107
at file “embedded:startup.tcl”, line 1070
*** [upload] Error 1
I have tried the flags as follows but it did not help !
upload_flags = -c reset_config none
upload_flags = -c reset_config trst_only
upload_flags = -c reset_config srst_only
upload_flags = -c reset_config trst_and_srst
The text was updated successfully, but these errors were encountered: