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

SVC_Handler multiply defined

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

Parents
  • 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.

Reply
  • 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.

Children
No data