Other Parts Discussed in Thread: SYSCONFIG
Hello TI Team,
we are configuring main spi1 with the following configuration for SPI Master. We are getting our tx signal on the rx line.
In sysconfig tool pin's are mentioned as D0 and D1 instead of MOSI(tx) and MISO(rx), what is the meaning of D0 and D1.
As per below configuration we are seeing tx data on Y2 pin
&main_pmx0 {
myspi1_pins_default: myspi1_pins_default {
pinctrl-single,pins = <
J721E_IOPAD(0x1dc, PIN_OUTPUT, 0) /* (Y1) SPI1_CLK */
J721E_IOPAD(0x1e0, PIN_OUTPUT, 0) /* (Y5) SPI1_D0 */
J721E_IOPAD(0x1e4, PIN_INPUT, 0) /* (Y2) SPI1_D1 */
J721E_IOPAD(0x1d4, PIN_OUTPUT, 0) /* (Y3) SPI1_CS0 */
>;
};
};