Forum Replies Created
-
AuthorPosts
-
October 6, 2024 at 12:53 in reply to: After updating to 6.0r3 Arduino ESP32 toolchain debuging does not work anymore #36051Aloysius_PendergastParticipant
Sorry but I’m sure this has nothing to do with the board. A couple of weeks ago everything works fine with the same hardware. Other HW that worked before is also affected by this error.
I have paid for a software that contains an ‘Arduino Project Wizard’. Which suddenly stopped to work as before. Also on another PC with a clean install. The error must be in your software. I think I could expect more from a paid support than always shifting the problem to other components. You are the experts who sell software that should relieve releave customers of this kind of trouble.
LW
Aloysius_PendergastParticipantThe ESP IDF build system is a mess, to understand it in detail is like to make a university degree. It is much mor difficult than the controller itself I want to code for. I want not to spend my time in studying CMake, Python, Ninja and whatever. My hope and assumption were that VisualGDB does the work for me like other IDE’s do.
Aloysius_PendergastParticipantHello and thanks, I found it. But the file is not commented. And for me it is absolutely unclear how it could be possible to get the value direct from the CPU-Register. The CCOUNT seems not to be mapped in the memory. Of curse there must be way to do this, because GDB is displaying the CCOUNT value in the watching window. But how I should realize it with changes in the file DWT.xml? I consider to buy the custom version of VGDB if this feature would work. But how? Exist a detailed documentation of the way I can do it by configuring the DWT-file?
Thanks & Regards
Aloysius_PendergastParticipantHello and thanks for the fast reply,
I couldn’t identify a register named CYCCNT,. But there exist a CPU-Register named CCOUNT, and this is increased every processor-clock cycle. This is also described in the Xtensa ISA Manual. And I would like to try it out. But I can not find the DWD.xml file. Is it located in the Project / Build directory or in the root of the VisualGDB plugin installation location. But where it is located on the windows OS? Do you have hint for me?
Attachments:
You must be logged in to view attached files. -
AuthorPosts