2014-09-15 07:55 AM
hi every body
im trying to use spi cmsis function inSTM32F10x Standard Peripherals Library V3.4
when i use examples of its own folder my compiler keil5.11a (with stm periph lib v3.5) shows this error:and i know these functions are defined in cmsis libwhats reason of error?can it sources from deferrences between keil cmsis & my downloaded version (v3.4 ) ?tnks #spi #stm32f1032014-09-15 09:29 AM
This is a linker error because your project doesn't include the stm32f10x_spi.c file, add it.
STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c