HI,
In ti811x i have a problem where im trying to communicate with the DSP of other hardware, but seems i have interference
there is 4 lines thar are for SPI2 comunication, when trying to put them as input (gpio[1]15, gpio[1]16, gpio1[17], gpio1[18]), for some unknown reason;
- SPI2_SCLK is still low when we try to pull high, even setting it in console (echo 1 > sys/class/gpio/gpio50/value)
- the pincntl for this is PINCNTL112 /0x4814 09BC and seems to be pinmux with GPMC functionallities
- we also put PSI2_SCS PINCNTL125 / 0x4814 09F0 as input and all the other spi2 related pins
what we try to do is held that dsp hardware on reset PINCNTL113 /0x4814 09C0 (as output low) and putting all the spi2 pins as inputs to not interfere, but they still interfere. Can somebody help me with this?
Thanks