cancel
Showing results for 
Search instead for 
Did you mean: 

Does the STM32F0's SPI TI standard is the same as "microwire SPI"?

JSILV.2
Senior

Do anyone know if the STM32F0 SPI, programmed in the TI standard, not the MCU's ordinary SPI, is in fact the same of so called "Microwire SPI" as used into EEPROM: 93C66 (not regard to CS polarity)?

Regards.

2 REPLIES 2
TDK
Guru

Microwire is a subset of the SPI capabilities of the STM32F0. You should have no problem using it on that chip.

Note that the glitch filter is not a standard SPI thing. It should not come into play unless you have significant noise.

If you feel a post has answered your question, please click "Accept as Solution".
JSILV.2
Senior

Does anyone knows which SPI setup match to Microwire standard on STM32F072? Is it the so named "TI standard"?

Regards.