SLAAEC8A September   2024  – August 2025

 

  1.   1
  2. Description
  3. Required Peripherals
  4. Design Steps
  5. Design Considerations
  6. Software Flow Chart
  7. Application Code
  8. Results
  9. Additional Resources
  10. E2E
  11. 10Revision History
  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.