SPI Slave problem

A forums to allow bugs and problems with Flowcode v6 to be reported and resolved.

Moderator: Benj

Post Reply
User avatar
STibor
Posts: 263
Joined: Fri Dec 16, 2011 3:20 pm
Has thanked: 116 times
Been thanked: 113 times
Contact:

SPI Slave problem

Post by STibor »

Hello!
I tried the attached SPI slave program.
I get the following error message.

Error: Unresolved external function:'FC_CAL_SPI_Slave_RxByte_1(void)'
Error: Unresolved external symbol, function:FC_CAL_SPI_Slave_RxByte_1
failure
C:\Program Files\Flowcode 6\compilers\pic\boostc\boostlink_picmicro.exe reported error code -2

What is the problem?
Attachments
slave.fcfx
(5.77 KiB) Downloaded 236 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: SPI Slave problem

Post by LeighM »

Hi
Thanks for the report.
Sorry, we don't yet have SPI slave functionality implemented.
We put some skeleton code into the CAL in readiness, but it's quite a task for all the target versions, maybe we should have left it out!
The CAL is used by the SPI Master component, but we don't yet have an SPI Slave component.

Post Reply