Compiler problems.

Moderator: Benj

Post Reply
User avatar
E*2Engineer
Posts: 35
Joined: Wed Dec 25, 2013 6:54 pm
Has thanked: 12 times
Been thanked: 6 times
Contact:

Compiler problems.

Post by E*2Engineer »

Hello anyone,
I am not having any problems compiling and programming programs from a past installation of V4.0.
But my compiled programs are not running on my 16f877a now.
Is V4.5? Or do I have some settings wrong?
Attached is my program, and the compiler error messages.
All old programs are running fine when downloaded to PIC. (V4.0)
Thanks in advance,
Craig C
Attachments
FC program not compiling correctly
FC program not compiling correctly
FC program not compiling correctly.jpg (157.6 KiB) Viewed 10434 times
COMPILER MESSAGES .jpg
COMPILER MESSAGES
(177.57 KiB) Downloaded 2411 times

Kenrix2
Flowcode v5 User
Posts: 211
Joined: Tue Feb 19, 2013 9:51 pm
Has thanked: 72 times
Been thanked: 177 times
Contact:

Re: Compiler problems.

Post by Kenrix2 »

I don't see any errors in the compiler message, it says success. As for it not working on your chip, maybe double check you configuration settings, the LCD component macro connections setting. Sometimes adding a 100ms to 200ms delay before LCD initialize display helps with slow starting display modules. Also, just try toggling a port pin at 1/2 second intervals and double check that the timing is correct in hardware. Try a different port for the lcd connections (like port B instead of port A), see it that helps.
Good luck.

Post Reply