Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 435 Bytes

File metadata and controls

19 lines (16 loc) · 435 Bytes

ADC Configuration

Port

PortContainer > PortPin

  1. Go to PortPin which will use ADC in Container
  2. Set Mode (Usually PORT_PIN_MODE_ALL)

Adc

Hw Unit

  1. Register ADCx in Hw Unit
  2. Add channel on ADCx
    • List up ANx with proper settings
    • Channel > Input Class Selection > AdcGlobInputClass_0
  3. Add Group on ADCx
    • AdcGroup > Definition
    • Browse and grouping the ANx
  4. Add Kernel Input Class

IoHwAb