cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use the STM32 MCU as an SPI slave to emulate an accelerometer behavior?

AKuma.45
Associate II

I want to use S32G NXP microcontroller as a SPI Master and stm32 microcontroller as an emulator SPI Slave.

5 REPLIES 5
S.Ma
Principal

MCU replace some hw by sw + delays.

If you can tune the SPI master with some minimum usec delays say between data block, then maybe.

AKuma.45
Associate II

Could you please provide some reference to that?

Could you please provide some reference to that?

S.Ma
Principal

My code can't be shared presently, as it has been optimised to a custom multiple stm32 bus network. (1 master up to 10 slaves using special way to use single NSS)

Ok... Thank You!!