Store Data Within pic16f1503

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

Moderator: Benj

Post Reply
panuj417
Posts: 10
Joined: Sat Oct 26, 2019 9:33 am
Contact:

Store Data Within pic16f1503

Post by panuj417 »

i am using pic16f1503.
i want to store a data in eeprom. but pic16f1503 does not have eeprom. it has HEF.
what should i do?

stefan.erni
Valued Contributor
Valued Contributor
Posts: 654
Joined: Fri Aug 19, 2016 2:09 pm
Location: switzerland
Has thanked: 182 times
Been thanked: 179 times
Contact:

Re: Store Data Within pic16f1503

Post by stefan.erni »

Hi Panuj

I guess you have to use C code. You can find information here. How much data do you have to save? Flowcode offers easy use of an EEprom or an SD (micro-SD) card. There is also an RTCC component that has a little space. It's a RAM but with the backup battery you can use it like EEprom.

regards

Stefan
00001673A.pdf
(501.66 KiB) Downloaded 194 times

panuj417
Posts: 10
Joined: Sat Oct 26, 2019 9:33 am
Contact:

Re: Store Data Within pic16f1503

Post by panuj417 »

stefan.erni wrote:Hi Panuj

I guess you have to use C code. You can find information here. How much data do you have to save? Flowcode offers easy use of an EEprom or an SD (micro-SD) card. There is also an RTCC component that has a little space. It's a RAM but with the backup battery you can use it like EEprom.

regards

Stefan

00001673A.pdf

but i dont know how to write c programm

Post Reply