Hello,
We would like to know if there is a way to invert pin MOSI and MISO for SPI on jetson orin. Currently with pinmux we can select pin 93 for SPI1_DIN (MISO) and pin 89 for SPI1_DOUT (MOSI) is there a way to have 93 for SPI1_DOUT and 89 for SPI1_DIN ?
Hi, we are using custom board and Jetpack 6.2.
We’ve done a mistake on our board and the miso line of Jetson is connected to mosi line of the tpm we want to connect in spi ( and mosi line of Jetson is connected to miso line of tpm)
We will correct it in future versions of the board however we already have some board with this mistake and I would like to know if there is a software way to solve this.