Page 1 of 1

STM32F0 I2C Slave Support

Posted: Thu Jun 15, 2023 5:56 pm
by unity-control
Hi everyone,

Can someone clarify please if Flowcode 9.x supports I2C Slave (in hardware mode) on STM32F0x devices?

We would like to have 2x STM32F0x MCUs on the same I2C bus acting as I2C Slaves (with 2 different Addresses) and we were wondering if Flowcode supports this configuration.

More importantly, because I2C Slave Component needs an extra Flowcode license, we would hate it if we purchased the license only to find out that this is not supported.

Thanks for the insight!

Regards,
K

Re: STM32F0 I2C Slave Support

Posted: Fri Jun 16, 2023 2:05 pm
by BenR
Hello,

I can confirm the I2C Slave mode is currently not supported in the STM32 range of hardware.

We could look at implementing it for you but it might be better if you instead use something like a UART with RS485 as that will work as is now.

Re: STM32F0 I2C Slave Support

Posted: Fri Jun 16, 2023 5:37 pm
by unity-control
Hi Ben,

Thanks for your answer! No problem at all, I will adapt to use RS485, it's very easy to do and just need a cheap transceiver...

So all fine and thanks for the swift reply.

Regards,
R