Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
My customer had the following question about configuring the AM6232 GPIO pins using sysconfig:
Had a qn on the GPIO configuration of the chip. I'm using the syscfg tool to do the pin mapping for the chip and am seeing that there's an error when allocating pins on the same GPIO class (GPIO0 and GPIO1). Looks like the error I am getting points to the fact that all GPIOs in the same class need to have the same voltage IO as opposed to being referenced to their rail.
So for eg. below i have GPIO0_3 (powered by VDDSHV1) set at a 3.3V IO should be referenced to VDDSHV1 but since alot of the GPIO0 pins are set to 1.8V IO this error appears. Should i suppress errors like this if they are connected to the correct power rail even though they are part of the same IO class (GPIO0) or is it true that each IO class needs to just have one voltage level