Search found 3 matches

by alurosevic
Mon Feb 22, 2010 3:13 pm
Forum: C and ASM Programming
Topic: Link Step Failed
Replies: 1
Views: 3645

Link Step Failed

OLD POST: Just wondering whether anyone is getting similar issues when importing to MPLAB. Ive made a piece of software to display a bar chart of an ADC. It simulates perfectly and compiles to .asm/.hex file stating it has only used 50% of the resources on PIC16F873. However when i import the .asm ...
by alurosevic
Wed Jan 27, 2010 4:00 pm
Forum: Flowcode V2 & V3
Topic: unresolved external symbol error
Replies: 1
Views: 2297

unresolved external symbol error

Hi im trying to compile my software to .hex and keep stumbling across "unresolved external symbol" returned code =-2, for all of my floating point c code. I have checked the compiler options and there set correctly to boostc.pic16.flowcode.exe & boostlink.pic.exe, i have also #include ...
by alurosevic
Fri Jan 22, 2010 9:49 am
Forum: Components (Other)
Topic: Switches issue?
Replies: 1
Views: 8941

Switches issue?

Hi, im still quite new to flowcode v3 so im guessing im doing something wrong. Basically im making some code to produce an LCD display thats controlled using different inputs to the P16F873. What i have set up is an LCD display that comes on when a switch is "read as high". Im storing it i...