This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:common:configurations:pin-multiple [2024/10/23 05:29] xiong created |
products:sbc:common:configurations:pin-multiple [2024/12/20 03:50] (current) william |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Pin Multiple ====== | + | ====== |
- | When implementing a certain input and output that requires GPIO, we found that the available | + | When implementing a certain input and output that requires GPIO, we found relatively few GPIOs available on the 40-pin or 16-pin connector. To this end, we removed the pins' original functions and enabled GPIO control. In this way, any pins that are not required |
- | To achieve this, we have removed the original functionality of the pin and enabled GPIO control. This way, any pins you don't need can be fully utilized to expand more GPIOs. | + | <tabbox VIM3/3L> |
+ | The available GPIOs can be seen in the Docs link.[[https:// | ||
- | ===== Main InteMrface ===== | + | In the Settings-> |
- | {{/ | + | {{/ |
- | Among the limited available pins, we can set the SPDIF, UART, and I2S groups as GPIOs for use when they are not in use. | + | Among the limited available pins, we can set the SPDIF, UART, and 12S groups as GPIOs so they can be used when not in use. |
+ | |||
+ | |||
+ | <tabbox VIM1S> | ||
+ | |||
+ | The available GPIOs can be seen in the Docs link.[[https:// | ||
+ | |||
+ | In the Khadas settings-> | ||
+ | |||
+ | {{/ | ||
+ | |||
+ | Among the limited available pins, we can set the UART as GPIOs so they can be used when not in use. | ||
+ | |||
+ | <tabbox VIM4> | ||
+ | |||
+ | The available GPIOs can be seen in the Docs link.[[https:// | ||
+ | |||
+ | In the Khadas settings-> | ||
+ | |||
+ | {{/ | ||
+ | |||
+ | |||
+ | Among the limited available pins, we can set the SPDIF, UART, PWM_F, and 12S groups as GPIOs so they can be used when not in use. | ||
+ | |||
+ | <tabbox Edge2> | ||
+ | |||
+ | The available GPIOs can be seen in the Docs link.[[https:// | ||
+ | |||
+ | In the Khadas settings-> | ||
+ | |||
+ | {{/ | ||
+ | |||
+ | Among the limited available pins, we can set the SPI as GPIOs so they can be used when not in use. | ||
+ | |||
+ | </ | ||
+ | |||
+ | By default, we have enabled the original function of the corresponding pin. When you need to use it as GPIO, you can turn off its function in the interface, and then restart the device to use the GPIO function of the corresponding pin. | ||
- | ===== Instructions ===== |