EEPROM AND RAM

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

Moderators: Benj, Mods

Post Reply
ALAN_26
Posts: 84
Joined: Sat Apr 29, 2006 3:36 pm
Location: MALTA
Contact:

EEPROM AND RAM

Post by ALAN_26 »

HI STEVE OR BEN

I am working on a data logging project , and I choose to work with the PIC18f4620 because of the large EEPROM MEMORY ( 1024 BYTES ) it has .

The problem is that flowcode lets you use a maximum of 256 bytes only,
Is there something that can be done to fix this problem ?

The PIC18f4620 also has 3968 bytes of RAM , any idea on how can I utilize this memory ?

Thanks in advance

Regards, Alan cilia

User avatar
Steve
Matrix Staff
Posts: 3426
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Post by Steve »

I've had a look this morning and I think I can provide a fix to the EEPROM component relatively quickly (i.e. the next update).

As for utilizing the RAM as a storage area, there are no plans to make this feature available yet. However, you should be able to create some simple C functions to allow access to RAM.

Mark
Posts: 209
Joined: Thu Oct 19, 2006 11:46 am
Location: Bakewell, UK
Has thanked: 20 times
Been thanked: 16 times
Contact:

Post by Mark »

Steve,

Yes please do. I was looking at the chip for precisely this reason but decided not to as the I2C component could be an alternative, however, one chip rather than two is my preference.

Mark
Go with the Flow.

Post Reply