We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Or using the timer services provided by the OS?
The fundamental problem seems to be the insistence on taking some bare-metal code which was never designed for an RTOS, and just dumping RTX onto it.
Even if SysTick can be kludged, there is a high risk that (as Per hinted) there will be other issues where this code is simply not right for RTOS use.