Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Hello,
I am using the CC2642 (with simplelink_cc13x2_26x2_sdk_3_40_00_02) on a custom design where the CC2642 SPI port is connected to 6 slave devices.
I observe a leakage current during about 1s after any spi transaction.
I managed to get rid of it by introducing a pulldown on MOSI line (not MISO) either with a 100k external resistor or by activating the GPIO pulldown through direct access to the IOC register.
This is surprising because this kind of issue is usually observed on the MISO pin which is an input of the CC2642 when all the slaves are in standby (high Z).
If the same problem happens on the MOSI it means that the CC2642 does not drive properly the MOSI line when the CC2642 is in standby.
In the CC26X2 Technical Manual it is explained that in idle "The transmit data line SSIn_TX (ie MOSI) is arbitrarily forced low". And IOS are maintained during standby.
Any idea why this is not the case ?
Kind regards.
Frederic