Hi, how can read the GPIO config of my Caravel boa...
# general
h
Hi, how can read the GPIO config of my Caravel board? I flashed some config with gpio_test and I would like to see if is everything right. For ex. I would like to see something like:
IO[0] - USER OUT
IO[1] - USER IN
...
m
@Hugo Dias I don’t think there’s a way to directly verify the gpio settings at the gpio itself from the actual silicon. @Tim Edwards Is that correct?
t
Yes, that's right. There is no loop-back from the end of the serial chain back to the processor, and no mechanism to latch the configuration values back into the serial chain.
👍 2
d
If you will tell me your user project ID I will try to read them off the oasis file.
m
@David Lindley I think @Hugo Dias changed the gpio config with the
gpio_test
program and wanted to check that his changes were what he was hoping for.