Reply To: ESP32/Arduino problems

Sysprogs forums Forums VisualGDB ESP32/Arduino problems Reply To: ESP32/Arduino problems

#36192
pdpruyne@gmail.com
Participant

Created new new Expressif SDK project, after pressing finish, SolutionExplorrer reports “Load Failed. Double-Click for details”

Picks made in the wizard

  1. Project Type: create a new project based on a sample project (default)
  2. Toolchain :
    1. Toolchain: ESP32 in C:\SysGCC\esp32  (default)
    2. Device: ESP32S3
    3. SDK: release/v5.3 in esp-idf/v5.3  (default)
    4. Com port:  COM25
  3.  Project Sample: get-started/blink
  4. Debug Method
    1. debug using: OpenOcd
    2. Jtag propgrammer: ESP32S3/Esp32Cx built in JTAG
    3. debugged device: ESP32S3
    4. program flash memory: Always (default)
    5. Program FLASH using: OpenOSC (via JTAG)  (default)

When I click Finish, this appears in output window:

Loaded C:\Usr\Iot\SysProgs\idf1\idf1.vgdbproj. Waiting for VS to set the active configuration…
C:\Usr\Iot\SysProgs\idf1\idf1.vgdbproj: active configuration changed to Debug
System.NullReferenceException: Object reference not set to an instance of an object.
at wz.u_2_2_2_2(IDELevelProjectInfoForBuilding a, ka2 b)
at o52.r3(ka2 a)
at o52.u6(x3 a, Int32 b)

 

Same result with unload/reload on the project.