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
Are you sure you don't mean that your usage of the ST libraries is not compatible with RTX?
Again, you can't take arbitrary, bare-metal code and just dump an RTOS onto it - the code has to be properly designed & structured to work within the chosen RTOS.
In other words, if you want to use the ST libraries with RTX then you have to do it in the way which is compatible with RTX.