Dear Keil,
We are using the STM32F3 discovery board, and used the RTX with the demo code. When we compile, it says SVC_Handler multiply defined; Systick multiply defined etc.
I was wondering if you have met this problem before and know how to solve. Many of us have this problem.
Thanks. Jack
Most processors have quite a number of timers. So it isn't a problem to use another timer to create tick handlers etc - things that should happen outside the domain of the RTOS task switching.