Page 1 of 1

I2C channel not selectable on ARM?

Posted: Tue Aug 27, 2019 11:16 am
by jlangbridge
I'm having difficulties when communicating between ARM components using I2C. My master, an F303, can communicate with a PCF8574AP, and blink lights to my hearts content. An ARM slave (F030 this time) can't receive anything. The bus does work, since the IO expander picks up communications, but the slave never seems to see any communication. Also, on the component configuration, I can set my address, the GPIOs, but I can't select the channel (this device has three, and when attempting to do something similar on Arduino, the channel selection is available). Any ideas?

Re: I2C channel not selectable on ARM?

Posted: Tue Aug 27, 2019 12:12 pm
by LeighM
Hi,
Sorry, we don't yet support slave mode on I2C, or SPI, for the STARM families

Re: I2C channel not selectable on ARM?

Posted: Tue Aug 27, 2019 1:47 pm
by jlangbridge
LeighM wrote:Sorry, we don't yet support slave mode on I2C, or SPI, for the STARM families
Thanks for your answer. Is there an ETA to that? For the time being, we can use UARTs, but I have another problem with UART, I'll post that separately.