Loading PIC EPROM when programming

Use this section to discuss your embedded Flowcode projects.
Post Reply
Helix20
Posts: 1
http://meble-kuchenne.info.pl
Joined: Fri Dec 11, 2020 12:19 am

Loading PIC EPROM when programming

Post by Helix20 »

Hi
In earlier versions of Flowcode I have been able to send a sequence of bytes to the internal EPROM in a PIC18F46K22 when programming the device (via a PICKIT4).
I'm now on Flowcode 9 and I can't see where to put the required bytes (mental block!!). Presumably somewhere under the 'Build' Menu.
Can anyone enlighten me?
Thanks in advance

Clive

canary_wharfe
Posts: 78
Joined: Thu Dec 10, 2020 3:54 pm
Has thanked: 6 times
Been thanked: 11 times

Re: Loading PIC EPROM when programming

Post by canary_wharfe »

You insert the values in the EEPROM component properties window when the the component is in the 2D or 3D panel. No need to use a PRAGMA code entry into the program any more.
BUT be aware that there is a bug in that 'sometimes' it seems the compiler bombs out when it sees the EEPROM pre-loaded values. Happened to me last month on a 16 bit PIC and I'm still waiting for Matrix to investigate the problem.

Post Reply