Hello,
I'm trying to output a bitstream so I can see it on the osciloscope (instead of using the audio output). I want to use a GPIO pin (22 per example) but I can't find a way to control it.
Wich functions must I use?
Thanks for the help,
André
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I'm trying to output a bitstream so I can see it on the osciloscope (instead of using the audio output). I want to use a GPIO pin (22 per example) but I can't find a way to control it.
Wich functions must I use?
Thanks for the help,
André
GPIOs are multiplexed with other peripherals controllable via EBSR. I/O direction is configured by GPIO direction registers. Refer to GPIO User's Guide for details.
Regards.