Lookup table in flowcode 4

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Rahul Kulkarni
Posts: 8
Joined: Fri Jan 20, 2012 5:46 am
Has thanked: 3 times
Contact:

Lookup table in flowcode 4

Post by Rahul Kulkarni »

I am doing programming of PIC18F458 using flowcode 4. I want to know how to use lookup tables in flowcode 4. This is first time I am using flowcode 4. So will this code can b directly use on controller chip?

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Lookup table in flowcode 4

Post by medelec35 »

Hi Rahul,
Have you seen:
http://www.matrixmultimedia.com/mmforum ... 26&t=10066
Its a look-up table tutorial I posted yesterday.
It also has a flowchart with a working example.
Because C code is uses the example is unable to show correct results in simulation (will always be 0).
To see it working it will require hardware or a simulator that works with C code e.g
like the one shown here:
http://www.matrixmultimedia.com/mmforum ... 98&#p24998
Martin

Post Reply