2020-06-15 02:50 PM
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.
2020-06-15 04:46 PM
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.
2020-06-16 03:51 AM
Does anyone knows which SPI setup match to Microwire standard on STM32F072? Is it the so named "TI standard"?
Regards.