Experimental flash memory macros

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
Kenrix2
Flowcode v5 User
Posts: 211
Joined: Tue Feb 19, 2013 9:51 pm
Has thanked: 72 times
Been thanked: 177 times
Contact:

Experimental flash memory macros

Post by Kenrix2 »

I wrote some experimental code for erasing, writing and reading flash memory for some 12 and 16 series micros and thought I would share.
You should assume there are errors in the code if you attempt to experiment with these macros. You can easily cause damage to your program or the chip
or possibly make it unreliable, so use with caution.

To use these macros within Flowcode select Macro>Import..., select the macro name and open.
Then drag a macro icon into your program and click on the macro name.
Attachments
FlashReadV5.fcm
(2.89 KiB) Downloaded 287 times
FlashWriteV5.fcm
(5.39 KiB) Downloaded 281 times
EraseFlashRowV5.fcm
(4.46 KiB) Downloaded 275 times

Post Reply