Hello,
I've have read through the datasheet but see no mention of what happens to the pins during a RST event, but can find information about what happens after. There are some other threads that elude to the possible outcomes, but no solid information.
Background:
Device: MSP430F5335
Pins Used:
H2 - P2.1 (SIMO)
J1 - P2.2 (SOMI)
H4 - P2.3 (CLK)
B1 – P6.6 (CS)
I have a MSP430F5335 acting as master on a SPI bus and I want to temporarily connect another SPI master to USB device connected to my computer so that I can easily communicate with the slave peripherals.
To do this, I pull the RST pin low on the MSP430, which I believe should tri state the pins and leave them floating. However, I am unable to get a response from the slaves.
My guesses at the problem:
Datasheet states that default pin mappings for H2 and J1 are MOSI and MISO. H4 is stated as CLK, and B1 is GPIO. But I do not see anything in the USCI module section that explains what the default state is.
Question:
What are the state of these pins while the RST pin is held low.