F886 -program memory is outside selected chip's memory range

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

Moderators: Benj, Mods

Post Reply
bidikar
Posts: 2
Joined: Wed Oct 15, 2008 5:24 pm

F886 -program memory is outside selected chip's memory range

Post by bidikar »

Hello,
I am new to Flowcode. I am using EB006-30-5 board to program PIC 16F886. When I compile the program to chip, I get a pop up "Hex file program memory is outside selected chip's memory range.". Also I see following errors during send of the code to chip. But my program seems to work FINE !!! (it's a simple to program to play with LEDs and LCS display. PGM is attached below).

-- snip --
...
Writing configuration memory
Writing id-locations
Reading program memory
Reading configuration memory
Finished reading PICmicro contents

Programming failed:

Program memory check failed

(NOTE: if the PIC is code-protected, this message will be
displayed even if the program has been sent correctly)
That took 43.984 seconds

Return code = 0

FINISHED
-- snip --

Program is attached.
Attachments
Flowcode1.fcf
(6 KiB) Downloaded 259 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: F886 -program memory is outside selected chip's memory range

Post by Benj »

Hello

Please can you click on the Chip -> Configuration menu and then click switch to expert mode.

In here you will have to use the following settings to get your program onto the chip correctly.
Attachments
Config Screen.JPG
Config Screen.JPG (67.35 KiB) Viewed 2247 times

Post Reply