Page 1 of 1

Flowcode 8 I2C slave Macro

Posted: Sun Oct 21, 2018 6:36 pm
by davidkilshaw
I am using a 16F18325 Pic to try and create a PWM waveform based on an I2C number received.

I have no issue with driving the PWM but am struggling getting the I2c slave macro to function. Everything looks fine in emulation in flowcode but the pic just fails to see any signals on the I2C port.

To prove the hardare is working i have also tried in I2C master macro and this works fine.

I beginning to think there is an issue with Flowcode 8 or am i missing something

Thanks in advance

Dave Kilshaw

Re: Flowcode 8 I2C slave Macro

Posted: Sun Oct 21, 2018 7:14 pm
by kersing
Could you post a minimal flowchart demonstrating the issue you are experiencing?

Re: Flowcode 8 I2C slave Macro

Posted: Mon Oct 22, 2018 10:46 am
by davidkilshaw
see flowcode project attached
thanks