Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Debugging ESP32-DevKitC-32UE - Failed for UE device, works for U device (Read 85 times)
Epsilon
Newbies
*
Offline


Posts: 1
Joined: Mar 22nd, 2025
Debugging ESP32-DevKitC-32UE - Failed for UE device, works for U device
Mar 22nd, 2025 at 6:35pm
Print Post  
I have a custom controller built around the ESP32-DevKitC-32UE core.  The controller works perfectly, but I am unable to debug with VS and the ESP-PROG JTAG interface.  The 32U DevKit will debug, but the UE version will not connect.   

The ESP32-DevKitC-32U is considered obsolete and is not longer available.  I have one left to perform debugging.   

Error code follows:

------

Build Folder: g"
 
Program size: 331013 bytes (used 25% of a 1310720 byte maximum) (42.34 secs)
Minimum Memory Usage: 33184 bytes (10% of a 327680 byte maximum)
 
Uploading 'WScale' to 'ESP32 Dev Module(esp32_esp32)' using 'ESP32 PROG'
Open On-Chip Debugger  v0.10.0-esp32-20190313 (2019-03-13-09:57)
Licensed under GNU GPL v2
For bug reports, read
     http://openocd.org/doc/doxygen/bugs.html
debug_level: 0
adapter speed: 2000 kHz
esp32 interrupt mask on
Error during upload using programmer
The uploader process failed

****[vMicro]**** Uploading App :Error: cpu0: xtensa_write_memory (line 802): DSR (FFFFFFFF) indicates target still busy!
The uploader process failed
The uploader returned an error
Error: cpu0: xtensa_write_memory (line 802): DSR (FFFFFFFF) indicates DIR instruction generated an exception!
Error: cpu0: xtensa_write_memory (line 802): DSR (FFFFFFFF) indicates DIR instruction generated an overrun!
Error: xtensa_write_uint32_list: error writing to 3ff48000
in procedure 'program'
embedded:startup.tcl:480: Error: ** Unable to reset target **
in procedure 'program' 
in procedure 'program_error' called at file "embedded:startup.tcl", line 505
at file "embedded:startup.tcl", line 480

-----

Any assistance appreciated.  David
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2652
Joined: Feb 13th, 2019
Re: Debugging ESP32-DevKitC-32UE - Failed for UE device, works for U device
Reply #1 - Mar 24th, 2025 at 10:23am
Print Post  
Thanks for the report.

Can you try adding a local board.txt (vMicro > Add Code > Add Local board.txt) to your project, and paste in the attached entries.  Then save the file and try debugging again using Debug > Attach to Process?

If you still receive an error debugging or uploading, please enable the below options:
1) vMicro > Compiler > Verbose
2) vMicro > Compiler > Show Build Properties
3) vMicro > Uploader > Verbose

And perform a build of the project, and debug/upload.  Then attach the complete output from Output > Micro Build as a text file for us to review.
  

Please Register or Login to the Forum to see File Attachments
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint