whitespace, update memory gpio example image
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 10 May 2022 16:29:17 +0000 (17:29 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 10 May 2022 16:29:17 +0000 (17:29 +0100)
docs/pinmux.mdwn
docs/pinmux/gpio_memory_example.jpg

index 4e33ec0f2a4f92d88e5fdff920126f4ce6a34016..7c53f9d15e59cf9b7394d3316ec9df0cb31907c3 100644 (file)
@@ -543,22 +543,22 @@ not available to bank 1/2/3 peripherals.
 TODO: REWORK BASED ON GPIO JTAG DIAGRAMS BELOW
 The proposed JTAG BS chain is as follows:
 
-* Between each peripheral and GPIO block, add a JTAG BS chain. For example
-the I2C SDA line will have core o/oe/i/ie, and from JTAG the pad o/oe/i/ie will
-connect to the GPIO block's ports 1-3.
-* Provide a test port for the GPIO block that gives full access to configuration
-(o/oe/i/ie/puen/pden) and bank select. Only allow full JTAG configuration *IF*
-ban select bit 2 is set!
-* No JTAG chain between WB bus and GPIO port 0 input *(not sure what to do for
-this, or whether it is even needed)*.
+* Between each peripheral and GPIO block, add a JTAG BS chain. For
+  example the I2C SDA line will have core o/oe/i/ie, and from JTAG the
+  pad o/oe/i/ie will connect to the GPIO block's ports 1-3.
+* Provide a test port for the GPIO block that gives full access to
+  configuration (o/oe/i/ie/puen/pden) and bank select. Only allow full
+  JTAG configuration *IF* ban select bit 2 is set!
+* No JTAG chain between WB bus and GPIO port 0 input *(not sure what to
+  do for this, or whether it is even needed)*.
 
 Such a setup would allow the JTAG chain to control the bank select when testing
 connectivity of the peripherals, as well as give full control to the GPIO
 configuration when bank select bit 2 is set.
 
-For the purposes of muxing peripherals, bank select bit 2 is ignored. This means
-that even if JTAG is handed over full control, the peripheral is still connected
-to the GPIO block (via the BS chain).
+For the purposes of muxing peripherals, bank select bit 2 is ignored. This
+means that even if JTAG is handed over full control, the peripheral is
+still connected to the GPIO block (via the BS chain).
 
 Signals for various ports:
 
@@ -571,7 +571,7 @@ few bits, as more than 16 GPIOs per block is likely to be to big).
 
 As you can see by the above list, the GPIO block is becoming quite a complex
 beast. If there are suggestions to simplify or reduce some of the signals,
-that will be helpful.*
+that will be helpful.
 
 The diagrams below show 1-bit GPIO connectivity, as well as the 4-bit case.
 
index 34829f07083af7f2ef23fb78b6d3871d0dc91ba0..0d799374b3f4c594c04497b223b0f7f7711353ae 100644 (file)
Binary files a/docs/pinmux/gpio_memory_example.jpg and b/docs/pinmux/gpio_memory_example.jpg differ