This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help to create STM32F100 RTX project

Hi

I'm new to Keil but have years of experince using other IDE's.
I'm trying to create a simple RTX based project.

I have used the Keil guide to create the RTX project, but cannot compile without errors (see below).
The guide i follow: www.keil.com/.../rlarm_ar_create_newapp.htm

When walking through the step by step guide, I must "6.Modify the device startup file to enable SWI_Handler function", but I cannot find any SWI.... functions in the startup file ???

Error when compiling:

RTX_Config.c(211): error: #20: identifier "VICVectAddr" is undefined
C:\Keil\ARM\RV31\INC\RTX_lib.c(50): error: #20: identifier "OS_RUNPRIV" is undefined
RTX_Config.c(209): warning: #177-D: function "os_def_interrupt" was declared but never referenced

Can anyone tell me what's wrong here, or guide me through this project setup for an STM32F100?

Thanks in advance!

Kåre