This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM68A: SPI Pins without pinmux pullups/pulldowns odd signal

Part Number: AM68A


Tool/software:

Hello,

I've been observing something a little odd that I'd like some clarification on. We're using Linux SDK v 10.00.08 with the AM68A on a custom board and we're using a few of the MCSPI modules. I noticed that if I don't specify a pullup or pulldown in the pinctl pinmux in the device tree for the spi nodes, I'll see the associated signals on the spi module (D0, D1, CS, CLK) float high when idle. Whenever spi communication needs to take place, I'll see the lines switch to their proper modes.

Is this expected behavior? Couldn't this confuse some slave devices? We had used pullups and pulldowns on the spi pinctrl to workaround this, but I don't think this should be required right?

Thanks!