Question
linker claims "undefined reference to osTimerCreate()" despite #include "cmsis_os.h"
Hello,
I am setting up just a simple task with a timer in CMSIS V.2 that triggers a periodic call of a callback function.
Despite the fact that I am including "cmsis_os.h", which is part of my project, I get the linker error "undefined reference to `osTimerCreate'".
Does anybody have an idea other than "switch to CMSIS V.1"?
Thanks in advance
Wilfried
