is it possible to put designs on caravel that have...
# caravel
a
is it possible to put designs on caravel that have direct access to a few gpio pins? i'm a bit confused by the docs, which say no, but I thought some people had gotten this to work?
a
you mean caravel analog? 11 bare pins. You need to take care of ESD
a
does that mean there is no such support in caravel (digital)?
a
afaik, no
m
You can connect to the analog pad of the digital io, but the bw is limited
So if you need direct connection then you have to use caravan
a
ah ok, thank you
t
@aryap: You can connect to the pad but there is an ESD protection resistor in series between your connection and the pad which is 150 ohms. So if you can tolerate that 150 ohms and the ESD diodes which will limit your voltage range to within the power supply rails (approximately), then it's okay to make the connection on the
analog_io
pins of
user_project_wrapper
.
👍 1
a
amazing, thank you