Skip to content
Snippets Groups Projects
Commit 609084fc authored by cnlohr's avatar cnlohr
Browse files

Add warning about reconfiguring NRST.

parent 9cad6683
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,8 @@ help:
fprintf( stderr, " -f Disable 5V\n" );
fprintf( stderr, " -r Release from reest\n" );
fprintf( stderr, " -R Place into Reset\n" );
fprintf( stderr, " -D Configure NRST as GPIO\n" );
fprintf( stderr, " -D Configure NRST as GPIO **WARNING** If you do this and you reconfig\n" );
fprintf( stderr, " the SWIO pin (PD1) on boot, your part can never again be programmed!\n" );
fprintf( stderr, " -d Configure NRST as NRST\n" );
// fprintf( stderr, " -P Enable Read Protection (UNTESTED)\n" );
// fprintf( stderr, " -p Disable Read Protection (UNTESTED)\n" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment