Hi,
How do you configure the PINS correctly ? I heard that you have to put RXACTIVE=1 for the SCLK signal ( which doesn't make sense ) .
My problem is the output from the spi master, the signal doesn't get above 1.12V And I don't know why ? I have only a pull up resistor between the am335X SPI DO and the max3107 SPI DI .
my config :
0x164 0x24 /* (C18) eCAP0_in_PWM0_out.spi1_sclk ok*/
0x168 0x0C /* (E18) uart0_ctsn.spi1_d0 */
0x16c 0x14 /* (E17) uart0_rtsn.spi1_d1 */
0x170 0x11 /* (E15) uart0_rxd.spi1_cs0 */
0x174 0x11 /* (E16) uart0_txd.spi1_cs1 */
Any Idea ?