I'm developing I/O functions for TDA4x with an evaluation board
However, I just noticed that I couldn't find any pin on the evaluation board for GPIO, PWM, and ADC.
I have to check if GPIO, PWM, and ADC functions work physically with an oscilloscope.
For example, I want a GPIO pin to be set as high by using Dio APIs and check if the pin is really high with an oscilloscope.
and also in terms of Pwm, I want a pin to generate pulses with a specific width by using Pwm APIs and check if it works as I configured with an oscilloscope.
And for Adc, I want to give a specific voltage to a pin, and check if APIs can read correctly.
I can't do these things because it seems that there's no pin on an evaluation board.
Is there any pin for these tests? Thanks