STM32F0 I2C Slave Support

For general Flowcode discussion that does not belong in the other sections.
Post Reply
unity-control
Posts: 54
http://meble-kuchenne.info.pl
Joined: Wed Sep 08, 2021 10:36 pm
Has thanked: 26 times
Been thanked: 11 times

STM32F0 I2C Slave Support

Post 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

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: STM32F0 I2C Slave Support

Post 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.

unity-control
Posts: 54
Joined: Wed Sep 08, 2021 10:36 pm
Has thanked: 26 times
Been thanked: 11 times

Re: STM32F0 I2C Slave Support

Post 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

Post Reply