hi guys,
i'm having a problem when compiling my program the error is as follow :
compiling SPI_STM32F4xx.c... C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\SPI_STM32F4xx.c(36): error: #5: cannot open source input file "cmsis_os.h": No such file or directory #include "cmsis_os.h" C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\1.0.8\RTE_Driver\SPI_STM32F4xx.c: 0 warnings, 1 error ".\Objects\untitled.axf" - 1 Error(s), 144 Warning(s). Target not created.
i really need help as soon as possible!!
It seems that you are missing the CMSIS RTOS component. Open Manage Run-Time Environment and select RTOS under CMSIS – RTOS(API).
yes i fixed yesterday thanks, i'm acually used to work with coocox and it's automatically added. But now i'm having this errors :
.\Objects\untitled.axf: Error: L6218E: Undefined symbol UB_LIS302_Read (referred from untitled.o). .\Objects\untitled.axf: Error: L6218E: Undefined symbol assert_param (referred from stm32f4xx_gpio.o).
Could you help me please?