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

Both sides previous revision Previous revision
products:sbc:common:configurations:pin-multiple [2024/12/18 22:50]
xiong
products:sbc:common:configurations:pin-multiple [2024/12/20 03:50] (current)
william
Line 1: Line 1:
 ====== Android 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 or 16-pins connector are relatively few +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> <tabbox VIM3/3L>
Line 12: Line 11:
 {{/products:sbc:vim3:applications:pin-multiple.webp?800}} {{/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.
  
  
Line 24: Line 22:
 {{/products:sbc:vim1s:hardware:pin-multiple.webp?800}} {{/products:sbc:vim1s:hardware:pin-multiple.webp?800}}
  
-Among the limited available pins, we can set the UART GPIOs for use when they are not in use. +Among the limited available pins, we can set the UART as GPIOs so they can be used when not in use.
- +
  
 <tabbox VIM4> <tabbox VIM4>
Line 35: Line 31:
  
 {{/products:sbc:vim4:applications:gpio:pin-multiple.webp?800}} {{/products:sbc:vim4:applications:gpio:pin-multiple.webp?800}}
- 
-Among the limited available pins, we can set the SPDIF, UART, I2S and PWM_F groups as GPIOs for use when they are not in use. 
  
  
 +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> <tabbox Edge2>
Line 48: Line 43:
 {{/products:sbc:edge2:pin-multiple.webp?800}} {{/products:sbc:edge2:pin-multiple.webp?800}}
  
-Among the limited available pins, we can set the SPI as GPIOs for use when they are not in use. +Among the limited available pins, we can set the SPI as GPIOs so they can be used when not in use.
- +
  
 </tabbox> </tabbox>
  
-By default, we enable the original functionality of the corresponding pins. When we need to use them as GPIOswe can disable their function in the interface, and then restart the device to use the GPIO functionality of the corresponding pins.+By default, we have enabled the original function of the corresponding pin. When you need to use it as GPIOyou can turn off its function in the interface, and then restart the device to use the GPIO function of the corresponding pin.
  
Last modified: 2024/12/18 22:50 by xiong