CAL SPI : SLAVE_TxByte(1) undefined reference 'FC_CAL_SPI_..

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

Moderator: Benj

Post Reply
Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

CAL SPI : SLAVE_TxByte(1) undefined reference 'FC_CAL_SPI_..

Post by Rudi »

Happy New Year!
~~~~~~~~~~~~~~

have a stop time ;-)

example
Arduino Mini Pro 5 v
------------------------

simple add CAL SPI to projekt
insert compo makro "Slave_TxByte"
simple make a 0x00 or other as byte data
compile to hex


undefined reference to 'FC_CAL_Slave_TxByte_1'


best wishes
rudi

Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

Re: CAL SPI : SLAVE_TxByte(1) undefined reference 'FC_CAL_SP

Post by Rudi »

hi
can it be that spi_slave is not implant just in time?
rudi

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: CAL SPI : SLAVE_TxByte(1) undefined reference 'FC_CAL_SP

Post by LeighM »

Hi Rudi,
Yes you are correct, SPI Slave functions are not yet implemented.
(And it looks like the Flowcode component macro names are not the same as the CAL C function prototypes, causing the compile error)
Thanks for the info.

Post Reply