Page 1 of 1

Loading PIC EPROM when programming

Posted: Mon Aug 22, 2022 6:15 pm
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

Re: Loading PIC EPROM when programming

Posted: Mon Aug 22, 2022 7:36 pm
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.