Error message when compiling

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

Moderator: Benj

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: Error message when compiling

Post by Benj »

Hello,

Looks like you're running low on ROM space and the compiler can't squeeze it all in to the selected device.
0: (1347) can't find 0xE words (0xe withtotal) for psect "text65" in class "CODE" (largest unused contiguous range 0x4)
Compiler is looking to fit 14 program commands or constant values into memory but the largest remaining unused block is 4 locations.

User avatar
jollybv
Flowcode v5 User
Posts: 374
Joined: Thu Feb 12, 2009 5:20 am
Location: Cape Town
Has thanked: 81 times
Been thanked: 25 times
Contact:

Re: Error message when compiling

Post by jollybv »

Ok Thanks for that i will need to clean up and make some space

User avatar
jollybv
Flowcode v5 User
Posts: 374
Joined: Thu Feb 12, 2009 5:20 am
Location: Cape Town
Has thanked: 81 times
Been thanked: 25 times
Contact:

Re: Error message when compiling

Post by jollybv »

Hi Guys

Seem to be having another problem that has popped up with programming the chip it compiles fin erases the device but halfway through the programming i get this message

Target voltage detected
Target device PIC18F47K40 found.
Device ID Revision = a003
. . . .

Device Erased...
Programming...
The following memory area(s) will be programmed:
program memory: start address = 0x0, end address = 0x1ffff
configuration memory
User Id Memory
. . . . . . . . . . . . . .
program memory
Address: 9c00 Expected Value: ffff Received Value: 0
Failed to program device
Programming Target Failed.
. . . .
C:\Program Files\Microchip\MPLABX\v3.61\mplab_ipe\ipecmd.exe reported error code 7

how can i correct this please

Post Reply