EEPROM data bit size

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
echase
Posts: 429
Joined: Mon Jun 11, 2007 11:55 am
Has thanked: 49 times

EEPROM data bit size

Post by echase »

On the 16F690 the EEPROM appears to accept 14 bit numbers with the number being split across two 8bit registers. Can Flowcode use a normal 16 bit variable to enter these numbers as all the help file examples only quote up to 8 bit numbers? If I limit my number size to 14 bits will it work? I assume the EEPROM can not accept negative numbers.

An alternative is some C code to do it, but beyond me to write it.

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: EEPROM data bit size

Post by dazz »

Hi Echase
I've moved thgis topic to the V5 forums as it was posted in the V2

Regards
DAzz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

Post Reply