SLAAEC8
September 2024
1
1
Description
2
Required Peripherals
3
Compatible Devices
4
Design Steps
5
Design Considerations
6
Software Flow Chart
7
Application Code
8
Results
9
Additional Resources
10
E2E
11
Trademarks
4
Design Steps
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.
Configure the GPIO output pin in SysConfig as an output.
Configure the GPIO input channel pins and select pins in SysConfig as inputs with interrupts.
Write application code for the interrupts to change the output based on the Channel and SELECT digital signals.