EB037 error when using FAT Component

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Mark
Posts: 209
Joined: Thu Oct 19, 2006 11:46 am
Location: Bakewell, UK
Has thanked: 20 times
Been thanked: 16 times
Contact:

EB037 error when using FAT Component

Post by Mark »

Hi,

I have loaded the latest version of Flowcode 5.5.2.1 and have been trying to use the EB037.
After trying the example programs (although not with the ECIO) as such and then trying
with one of John Crow's dual temp logger (again using a PIC18F4455) and lastly trying a
PIC 18F2610 with its simpler clock setting and starting from scratch. In every instance
I can get the chip working but whenever the FAT component is added I get:


Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external symbol, function:FC_CAL_SPI_Set_Prescaler_1
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'

Error: Unresolved external symbol, function:FC_CAL_SPI_Set_Prescaler_1
Error: Unresolved external function:'FC_CAL_SPI_Set_Prescaler_1(unsigned char)'
Error: Unresolved external symbol, function:FC_CAL_SPI_Set_Prescaler_1


failure
Return code = -2
Flowcode was unable to assemble the ASM file due to the following errors:

I have tried fiddling around with the component connections.

Any suggestions where things have gone wrong?

The skeleton that works without the FAT macro and with the FAT macro fault is:
SD Card Test.fcf
(12 KiB) Downloaded 233 times
The full errors are:
Errors.txt
(1.51 KiB) Downloaded 206 times
Thanks in advance,

Mark
Go with the Flow.

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: EB037 error when using FAT Component

Post by Benj »

Hi Mark,

I've just tried it here and it's compiling ok for me. Here are the files I'm using.

This file goes into the components directory.
FC5_PIC_FAT16.c
(59.6 KiB) Downloaded 239 times
And this file goes into the CAL/PIC directory.
PIC_CAL_SPI.c
(14.37 KiB) Downloaded 227 times

Mark
Posts: 209
Joined: Thu Oct 19, 2006 11:46 am
Location: Bakewell, UK
Has thanked: 20 times
Been thanked: 16 times
Contact:

Re: EB037 error when using FAT Component

Post by Mark »

Ben,

Thanks, the error mesage has gone.

Mark
Go with the Flow.

Post Reply