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
  • "agree 100% would rather just trust what I am given and only resort to this if I cant get around it any other way"

    If you have a library designed for use with a busy-loop. And you want to make use of this library together with an RTOS. Then it really is quite likely that you have to do something about the (now incorrect) assumptions in that library.

    And you still haven't told us what issues you have with using other timer interrupts?

Reply
  • "agree 100% would rather just trust what I am given and only resort to this if I cant get around it any other way"

    If you have a library designed for use with a busy-loop. And you want to make use of this library together with an RTOS. Then it really is quite likely that you have to do something about the (now incorrect) assumptions in that library.

    And you still haven't told us what issues you have with using other timer interrupts?

Children