2024-10-07 12:46 AM
It worked fine until yesterday, but the program seems to have been updated today, and I've been getting that error ever since.
The same problem occurs when all the codes are cleared and only the initial init function is executed.
I wondered if it was a program problem, so I reinstalled it to the previous version and tried to operate it, but the same problem occurs even if I try to reinstall it to the latest version.
I have the same problem when I create a new project and debug it, and I need advice from people who have experienced this.
This error occurs when MX_GPIO_Init(); code is executed.
2024-10-07 01:18 AM
Hello @Jins and welcome to the community,
uwTickPrio is declared in stm32f1xx_hal.c file.
Could you please share your project as we can analyze the case?
2024-10-07 01:21 AM
Please see the Posting Tips for how to properly post source code - not as an image:
2024-10-07 01:30 AM
Hello @Jins ,
Please check this post with same issue: Solved: No source available for "uwTickPrio() at 0x2000000... - STMicroelectronics Community
Hope this solve your problem.