Unreferenced/Referenced Functions Removed (6.0.7.0)

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

Moderator: Benj

Post Reply
GTF
Posts: 170
Joined: Sat Dec 10, 2011 7:21 pm
Location: Canada
Has thanked: 20 times
Been thanked: 52 times
Contact:

Unreferenced/Referenced Functions Removed (6.0.7.0)

Post by GTF »

I was have having some trouble getting my code to run on chip last night, then I noticed this: When compiling there is the usual long list of unreferenced functions that are removed. This is followed by second "Unreferenced Functions Removed" list that includes functions used in my code. Today it is just the eeprom write functions, last night some ADC functions were also listed and my chip was stalling at the first ADC read. It also seems that my free ROM has gone from 75% to 85% without any significant changes to my code. Won't have a chance to test again until tonight. This is on a 18F14K50.

Warning unreferenced functions removed:
FC_CAL_EE_Write in: C:\Program Files (x86)\Flowcode 6\CAL\PIC\PIC_CAL_EEPROM.c
FCD_06651_eeprom1__Write in: C:\.... (edited out project file path)

GTF
Posts: 170
Joined: Sat Dec 10, 2011 7:21 pm
Location: Canada
Has thanked: 20 times
Been thanked: 52 times
Contact:

Re: Unreferenced/Referenced Functions Removed (6.0.7.0)

Post by GTF »

Oops! A loop count was changed to 256 (=0), effectively placing a code end at point.

Post Reply