We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi guys, I'm facing a very weird behavior from my program and I do not find any answer to my problem.
I have a program, which runs on a STM32F3 board. Everything used to work fine, I was able to access the debugger directly and debug it. A couple of days ago I needed to try a new module so I used one of the example provided by ST in the directory of stmcube . I compiled my program, used the debug menu and everything went well.
Now I am trying to use my old program again, but I am not able to connect to my board with the debuger. Every time I try, I get : Trace: No Synchronization. I went to my project's settings,double checked the core clock frequency(72MHz). I also verified the Xtal(12MHz). But still nothing works. I'm not by any means able to debug my board with my old program( which I used to be able).
Does anyone have an idea about my problem?
Thank you very much ! Amine