SLAAEC8 September   2024

 

  1.   1
  2. Description
  3. Required Peripherals
  4. Compatible Devices
  5. Design Steps
  6. Design Considerations
  7. Software Flow Chart
  8. Application Code
  9. Results
  10. Additional Resources
  11. 10E2E
  12. 11Trademarks

Design Steps

  1. Determine the amount of GPIOs needed by the application. In this case, there are 4 input channel pins, two select pins, and one output pin.
  2. Configure the GPIO output pin in SysConfig as an output.
  3. Configure the GPIO input channel pins and select pins in SysConfig as inputs with interrupts.
  4. Write application code for the interrupts to change the output based on the Channel and SELECT digital signals.