Skip to content

Commit

Permalink
Merge pull request #412 from mossmann/msp430pindoc
Browse files Browse the repository at this point in the history
Document MSP430 JTAG pin usage
  • Loading branch information
mossmann authored Feb 17, 2023
2 parents 6ca74bb + d8d8b04 commit 4d56571
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/source/greatfet_logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ greatfet_logic
greatfet_logic is a logic analyzer implementation for GreatFET. It uses the SGPIO peripheral in the LPC4330 to monitor the state of 8 pins and combines those into an 8-bit integer streamed to the USB host.



Pin usage
Pin Usage
~~~~~~~~~

.. list-table ::
Expand All @@ -17,7 +16,7 @@ Pin usage
- symbol
- pin
* - SPGIO0
- PP0_0
- P0_0
- J1.04
* - SGPIO1
- P0_1
Expand All @@ -39,4 +38,4 @@ Pin usage
- J2.33
* - SGPIO7
- P1_0
- J1.07
- J1.07
35 changes: 35 additions & 0 deletions docs/source/greatfet_msp430.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
================================================
greatfet_msp430
================================================

greatfet_430 implements MSP430 JTAG functions.


Pin Usage
~~~~~~~~~

.. list-table ::
:header-rows: 1
:widths: 1 1 1
* - signal
- symbol
- pin
* - TDO
- P1_3
- J1.40
* - TDI
- P1_4
- J1.39
* - TMS
- P1_20
- J1.37
* - TCK
- P3_4
- J2.28
* - RST
- P4_3
- J2.09
* - TST
- P4_2
- J2.08
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The GreatFET project produces interface tools for hardware hacking, making, and
using_greatfet_apis
greatfet_i2c
greatfet_logic
greatfet_msp430



Expand Down Expand Up @@ -48,4 +49,4 @@ The GreatFET project produces interface tools for hardware hacking, making, and
:maxdepth: 2
:caption: Release Notes

release_process
release_process

0 comments on commit 4d56571

Please sign in to comment.