Error: Symbol SysTick_Handler multiply defined (by port_arm_cm4f.o and delay.o)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-12-26 2:13 AM
Hello,
I'm using the STM32F407 board. I'm trying to implement FreeRTOS on a smart parking system but when using the RFID i need to define SysTick_Handler two times. How can i resolve this problem.
Solved! Go to Solution.
Labels:
- Labels:
-
STM32F4 Series
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-12-26 8:16 AM
When you add FreeRTOS manually, search for and delete the duplicate definitions for SysTick_Handler, etc. Use Search -> File... to search all files in the project.
If you feel a post has answered your question, please click "Accept as Solution".

- « Previous
-
- 1
- 2
- Next »