2021-09-13 12:59 AM
Hi! 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!
2021-09-13 06:16 AM
Could be a similar issue as this:
https://community.st.com/s/question/0D53W00000mlJTV/haldelay-crashes-stm32-code
2021-09-16 08:06 AM
Thanks so much!