Page 1 of 1

Unreferenced/Referenced Functions Removed (6.0.7.0)

Posted: Wed Apr 02, 2014 2:45 pm
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)

Re: Unreferenced/Referenced Functions Removed (6.0.7.0)

Posted: Thu Apr 03, 2014 3:33 am
by GTF
Oops! A loop count was changed to 256 (=0), effectively placing a code end at point.