Connie Duong
03/14/2022, 3:58 PMMatt Venn
03/14/2022, 5:54 PMTim Edwards
03/14/2022, 5:58 PMConnie Duong
03/14/2022, 6:15 PMTim Edwards
03/14/2022, 6:20 PMConnie Duong
03/14/2022, 6:58 PMTim Edwards
03/14/2022, 7:15 PMverilog/rtl/user_analog_proj_example
. The Caravan chip removes 11 GPIO pads from the top of the chip and replaces them with bare pads for connecting things like high voltage or high frequency analog signals. That's why the count of GPIO pads gets reduced from 38 to 27. The gpio_analog
signals are for connecting analog signals to the GPIO pads (not the bare pads). Since those signals connect to what are also digital-capable pads, they are limited to 0-50MHz range and 0-3.3V. Also, because analog signals can interfere with digital functions, there are certain pins (mainly those used by the housekeeping SPI) which are not allowed to have gpio_analog
connections. The io_analog
signals are the ones that go to the bare pads.Connie Duong
03/14/2022, 7:36 PMMatt Venn
03/15/2022, 7:25 PMTim Edwards
03/15/2022, 7:40 PMConnie Duong
03/15/2022, 8:43 PM