Difference between revisions of "J14 connector"

From Low cost, low power, android ARM system board by Mini-Box.com - pico WiKi
Jump to navigation Jump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
To use these GPIO in software see: <br>
 
To use these GPIO in software see: <br>
[[Kernel_changes_for_custom_hardware#Working_with_GPIOs Working with GPIOs]] or <br>
+
[[Kernel_changes_for_custom_hardware#Working_with_GPIOs Working with GPIOs|Working_with_GPIOs Working with GPIOs]] or <br>
[[Kernel_changes_for_custom_hardware#Adding_a_GPIO_as_a_key_in_kernel Adding a GPIO as a key in kernel]] or<br>
+
[[Kernel_changes_for_custom_hardware#Adding_a_GPIO_as_a_key_in_kernel|Adding a GPIO as a key in kernel]] or<br>
[[Kernel_changes_for_custom_hardware#Adding_a_GPIO_as_a_led_in_kernel Adding a GPIO as a led in kernel]].
+
[[Kernel_changes_for_custom_hardware#Adding_a_GPIO_as_a_led_in_kernel|Adding a GPIO as a led in kernel]].
  
 
<br>
 
<br>

Latest revision as of 06:48, 20 October 2020

Image 1: Zoom in right side (top view) of pico-SAM9G45 development board showing J14 connector with PIN1 marked up.

Image 1

To use these GPIO in software see:
Working_with_GPIOs Working with GPIOs or
Adding a GPIO as a key in kernel or
Adding a GPIO as a led in kernel.


NOTE: WAKEUP/OK has double function, first it acts as normal input, second it is routed to the wake up circuitry of the MCU.
When MCU is in Sleep mode, pressing the WAKEUP/OK button should wake up the MCU.
Pressing the WAKEUP/OK button when the MCU is up, it will act as an OK button.