cancel
Showing results for 
Search instead for 
Did you mean: 

Question about systick_handler

bobdeschambault9
Associate II
Posted on April 24, 2015 at 17:35

Hi,

I am doing development on an STM32F429 using CMSIS-RTOS/RTX.  I am getting the following linker error:

.\output\LmMain.axf: Error: L6200E: Symbol SysTick_Handler multiply defined (by hal_cm3.o and stm32f4xx_it.o).

Have I missed some compiler switch or something missing in my configuration?  Shouldn't I be able to write my own code for the SysTick_Handler()?

Thanks,

Bob
1 REPLY 1
Posted on April 24, 2015 at 17:42

Well you can only have one, and RTOS's tend to use it to switch/manager their tasks, so you usually have to add your code to theirs.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..