2023-11-27 09:09 PM
2023-11-27 11:37 PM
This error message means that the debugger is trying to access the source code for the memset() function but cannot find it. Please follow the instructions given by STTwo-32. Recheck your optimization level and memory allocation. If you ever consider making a customized board with STM32, you can try this.
2023-11-27 09:26 PM - edited 2023-11-27 09:27 PM
Hello @Girish1
I think you should check your debug configuration settings (Optimization Level, and Debug Level). For that, I advise you to check this post (not updated but it Can help) and this video. it may help you. Also, have a look at this article in the debug section: How to make sure the STM32 starts properly in our design?
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-27 11:37 PM
This error message means that the debugger is trying to access the source code for the memset() function but cannot find it. Please follow the instructions given by STTwo-32. Recheck your optimization level and memory allocation. If you ever consider making a customized board with STM32, you can try this.
2023-12-15 02:16 AM
2023-12-15 08:20 AM
Don't hijack threads, even ones that you started.