SPI Slave error on ARM

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
jlangbridge
Posts: 7
Joined: Mon Aug 26, 2019 4:20 pm
Been thanked: 1 time
Contact:

SPI Slave error on ARM

Post by jlangbridge »

Hi there,

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
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!

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 error on ARM

Post by LeighM »

Hi,
Sorry, we don't yet support slave mode on I2C, or SPI, for the STARM families

Post Reply