Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:pin-multiple

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 ======+====== Android Pin Multiple ======
  
-When implementing a certain input and output that requires GPIO, we found that the available GPIOs on the 40-pin connector are relatively few. The available GPIOs can be seen in the Docs link.https://docs.khadas.com/products/sbc/vim3/applications/gpio/40pin-header+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 can be fully utilized to expand more GPIOs.
  
-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://docs.khadas.com/products/sbc/vim3/applications/gpio/40pin-header|40pin-header]]
  
-===== Main InteMrface =====+In the Settings->Device Preferences->Pin Multiple, there is an option called Pin multiple.
  
-{{/products:sbc:vim3:applications:pin-multiple.webp?400}}+{{/products:sbc:vim3:applications:pin-multiple.webp?800}}
  
-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://docs.khadas.com/products/sbc/vim1s/applications/gpio/40pin-header|40pin-header]] 
 + 
 +In the Khadas settings->Pin Multiple, there is an option called Pin multiple. 
 + 
 +{{/products:sbc:vim1s:hardware:pin-multiple.webp?800}} 
 + 
 +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://docs.khadas.com/products/sbc/vim4/applications/gpio/40pin-header|40pin-header]] 
 + 
 +In the Khadas settings->Pin Multiple, there is an option called Pin multiple. 
 + 
 +{{/products:sbc:vim4:applications:gpio:pin-multiple.webp?800}} 
 + 
 + 
 +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://docs.khadas.com/products/sbc/edge2/applications/gpio/40pin-header|16pin-header]] 
 + 
 +In the Khadas settings->Pin Multiple, there is an option called Pin multiple. 
 + 
 +{{/products:sbc:edge2:pin-multiple.webp?800}} 
 + 
 +Among the limited available pins, we can set the SPI as GPIOs so they can be used when not in use. 
 + 
 +</tabbox> 
 + 
 +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 ===== 
Last modified: 2024/10/23 05:29 by xiong