Hi
I tried using a previously successful working program created with Flowcode V5 which used I2C and HP488 to communicate with CMPSO3 compass module.
When I tried loading and compiling to chip the same program using Flowcode V6 it doesn't work.
Any ideas for a fix.
Thanks Gary
Flowcode V6 Ic2
Moderator: Benj
-
- Posts: 38
- Joined: Fri Nov 07, 2008 12:57 pm
- Has thanked: 7 times
- Been thanked: 4 times
Re: Flowcode V6 Ic2
HI
What i do is import it into V6, then i simply replace the components with the V6 ones
Regards
Dazz
What i do is import it into V6, then i simply replace the components with the V6 ones
Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode V6 Ic2
Hi Gary,
If you post your program then we can have a quick look and see if there is anything obvious we can suggest to quickly try.
Without the program we are basically guessing what might have gone wrong.
If you post your program then we can have a quick look and see if there is anything obvious we can suggest to quickly try.
Without the program we are basically guessing what might have gone wrong.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 38
- Joined: Fri Nov 07, 2008 12:57 pm
- Has thanked: 7 times
- Been thanked: 4 times
Re: Flowcode V6 Ic2
Hi Benj
Have attached program to look at.
Thanks Gary
Have attached program to look at.
Thanks Gary
- Attachments
-
- Working16bit_v6.fcfx
- (11.1 KiB) Downloaded 256 times
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Flowcode V6 Ic2
Hi Gary,
If you select the I2C component on the panel then look at the properties pane and you should see that the Channel property is currently unselected.
Assign a value to this and hopefully the program should compile and spring to life on your hardware.
Let us know how you get on.
If you select the I2C component on the panel then look at the properties pane and you should see that the Channel property is currently unselected.
Assign a value to this and hopefully the program should compile and spring to life on your hardware.
Let us know how you get on.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 38
- Joined: Fri Nov 07, 2008 12:57 pm
- Has thanked: 7 times
- Been thanked: 4 times
Re: Flowcode V6 Ic2
Hi Benj
I tried the channel advice but didn't work, so out of desparation / Inspiration I added another Restart after label "Send Module Addr Read" and it now works.
I don't understand why the V5 version worked but not V6, but it works so happy days.
Thanks Gary
I tried the channel advice but didn't work, so out of desparation / Inspiration I added another Restart after label "Send Module Addr Read" and it now works.
I don't understand why the V5 version worked but not V6, but it works so happy days.
Thanks Gary