From 5a0d524bb867f22884f95fd2eb0c899e80effe64 Mon Sep 17 00:00:00 2001 From: William Miceli Date: Sat, 30 Jan 2021 23:42:28 -0500 Subject: [PATCH] Added Design Choices page Currently have info about the JTAG programmer providing power to the MCU and not the other way around --- Hardware/!Hardware.markdown | 1 + Hardware/Design Choices.markdown | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 Hardware/Design Choices.markdown diff --git a/Hardware/!Hardware.markdown b/Hardware/!Hardware.markdown index 7874b32..4b0b39f 100644 --- a/Hardware/!Hardware.markdown +++ b/Hardware/!Hardware.markdown @@ -2,6 +2,7 @@ @b Subpages +- @subpage designChoices - @subpage deviceSpecifications - @subpage layoutPlanning diff --git a/Hardware/Design Choices.markdown b/Hardware/Design Choices.markdown new file mode 100644 index 0000000..f977f17 --- /dev/null +++ b/Hardware/Design Choices.markdown @@ -0,0 +1,6 @@ +@page designChoices Design Choices + +# JTAG Interface + +When connecting the MCU to the programmer via the JTAG interface, it is possible for a local power supply connected to the MCU to be used or for power from the debugging/programming adapter to be used. Since having power supplied to the MCU from the debugging/programming adapter can be useful for use outside of the Sunseeker vehicle, we chose to use that. +