mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
Update flashing-program.md
The debug interface present on the nRF52 devices is actually SWD and not JTAG.
This commit is contained in:
parent
5dcab554d0
commit
379a0f70cb
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ The `cargo-flash` subcommand flashes and runs the program but won't display logs
|
||||||
|
|
||||||
**🔎 How does flashing work?**
|
**🔎 How does flashing work?**
|
||||||
|
|
||||||
The flashing process consists of the PC communicating with a second microcontroller on the nRF52840 DK over USB (J2 port). This second microcontroller, named J-Link, is connected to the nRF52840 through a electrical interface known as JTAG. The JTAG protocol specifies procedures for reading memory, writing to memory, halting the target processor, reading the target processor registers, etc.
|
The flashing process consists of the PC communicating with a second microcontroller on the nRF52840 DK over USB (J2 port). This second microcontroller, named J-Link, is connected to the nRF52840 through a electrical interface known as SWD. The SWD protocol specifies procedures for reading memory, writing to memory, halting the target processor, reading the target processor registers, etc.
|
||||||
|
|
Loading…
Reference in a new issue