Skip to content

Commit

Permalink
Added howto for sending NRST signal through GDB (#776)
Browse files Browse the repository at this point in the history
See #774
  • Loading branch information
ceremcem authored and xor-gate committed Mar 15, 2019
1 parent 522188d commit c9e0945
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,15 @@ Kill the program being debugged? (y or n) y
Starting program: /home/whitequark/ST/apps/bally/firmware.elf
```

Remember that you can shorten the commands. `tar ext :4242' is good enough
Remember that you can shorten the commands. `tar ext :4242` is good enough
for GDB.

If you need to send a hard reset signal through `NRST` pin, you can use the following command:
``

This comment has been minimized.

Copy link
@ceremcem

ceremcem Mar 15, 2019

Author Contributor

@xor-gate here, I have a missing backtick

(gdb) monitor jtag_reset
```
## Running programs from SRAM
You can run your firmware directly from SRAM if you want to. Just link
Expand Down

0 comments on commit c9e0945

Please sign in to comment.