Eprom Problem

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times

Eprom Problem

Post by wayne millard »

Hi Team,

Is there a problem with writing to Eprom on a 18F4520 i can read the data but when i write data then read what is there i always get 255.

Thanks :D

User avatar
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: Eprom Problem

Post by Benj »

Hi Wayne,

Hm possibly :) I will see if I have one of those devices available for testing.

Have you tried writing to different locations to see if it is just a problem with a single address location?

User avatar
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: Eprom Problem

Post by Benj »

Just had a go with a 18F2520 device and the EE memory is working fine with FC v5.2.

I've also checked that the Flowcode definitions for the 2520 match that for the 4520 device.

Here is the test program I used. Should be quite good for testing the EE memory on any device as long as you have a LCD connected to the system.
EEPROM_Test.fcf
(10.5 KiB) Downloaded 275 times

Post Reply