SPI Slave error on ARM
Posted: Mon Aug 26, 2019 4:28 pm
Hi there,
I'm trying to create an SPI slave using an ARM (F030R8), but I have a compile problem:
Now I've seen this problem on the forum with a PIC, and it appears to be corrected for PIC, but not ARM. Is there a workaround for this?
Thanks!
I'm trying to create an SPI slave using an ARM (F030R8), but I have a compile problem:
Code: Select all
SPI Slave.o: In function `FCD_05311_SPI_Slave1__GetChar':
SPI Slave.c:(.text.FCD_05311_SPI_Slave1__GetChar+0x2): undefined reference to `FC_CAL_SPI_Slave_RxByte_1'
collect2.exe: error: ld returned 1 exit status
Error(s) in build
Thanks!