Flowcode 8 I2C slave Macro

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
davidkilshaw
Posts: 18
Joined: Thu Dec 20, 2012 12:31 pm
Has thanked: 2 times
Contact:

Flowcode 8 I2C slave Macro

Post 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
Last edited by davidkilshaw on Tue Oct 23, 2018 1:16 pm, edited 1 time in total.

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: Flowcode 8 I2C slave Macro

Post by kersing »

Could you post a minimal flowchart demonstrating the issue you are experiencing?
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

davidkilshaw
Posts: 18
Joined: Thu Dec 20, 2012 12:31 pm
Has thanked: 2 times
Contact:

Re: Flowcode 8 I2C slave Macro

Post by davidkilshaw »

see flowcode project attached
thanks
Attachments
2._I2C_Slave_LEDs.fcfx
(11.27 KiB) Downloaded 180 times

Post Reply