Page 1 of 1

MCP23017 Flowcode 7 problem

Posted: Tue Sep 20, 2016 4:00 pm
by radist73
Hello,
Please help, mcp23017 test program works fine on Flowcode v5 and v6, but hasnt work on v7, Program stop working after I2C master component macro TransmitByte. Simulation in console show that all ok.
I use PIC18F2620, v6 program works fine.
New patch for Flowcode7 today installed, no result for this problem.

Re: MCP23017 Flowcode 7 problem

Posted: Wed Sep 21, 2016 7:16 am
by radist73
Hello,
With updated ModbusMaster component http://www.matrixtsl.com/mmforums/viewt ... bus#p73930 my project with Modbus and I2C MCP23017 works fine on Flowcode v6.
In Flowcode v7 MCP23017 not working.
Any ideas? Thanks!

Re: MCP23017 Flowcode 7 problem

Posted: Wed Sep 21, 2016 10:45 am
by Benj
Hello,

You have the "Extended CPU" Configuration setting set to enabled, Change this to disabled and hopefully your program should run correctly using v7.

Let us know how you get on.

Re: MCP23017 Flowcode 7 problem

Posted: Wed Sep 21, 2016 1:28 pm
by radist73
Works fine! Thank you for help!