Page 1 of 1

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

Posted: Sat Jan 03, 2015 9:16 pm
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

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

Posted: Mon Jan 05, 2015 11:42 am
by Rudi
hi
can it be that spi_slave is not implant just in time?
rudi

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

Posted: Mon Jan 05, 2015 2:58 pm
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.