Skip to main content
Mustafa.Alkin
Associate
September 13, 2021
Question

STM32F103 uwTickPrio error in debug mode

  • September 13, 2021
  • 2 replies
  • 1923 views

0693W00000DmwwpQAB.pngHi! I'm using STM32F103C8 as MCU. I am quite new to st environment and trying to warm up to cubeide interface & HAL libraries. I am going to design quite complicated circuitry and it requires many pins but the ideal one i picked is F103C8 since i have that.

When i want to test modules using MCU in build mode, there is no error or warning in screen. After a while when i plugged st-link-V2 and try to debug my code, it gave me the error as "no source is available for uwTickPrio() at 0x0000024". My code is nothing to be honest. Since i want to fix that error i deleted all my code along the way and this is the new created project file. I am attaching the ioc file also. I use 8000 MHz crystal btw.

Can someone help me? Wish you all a good day!

This topic has been closed for replies.

2 replies

TDK
September 13, 2021
"If you feel a post has answered your question, please click ""Accept as Solution""."
Mustafa.Alkin
Associate
September 16, 2021

Thanks so much!