Sysprogs forums › Forums › VisualGDB › ESP32/Arduino problems › Reply To: ESP32/Arduino problems
November 30, 2024 at 01:34
#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
- Project Type: create a new project based on a sample project (default)
- Toolchain :
- Toolchain: ESP32 in C:\SysGCC\esp32 (default)
- Device: ESP32S3
- SDK: release/v5.3 in esp-idf/v5.3 (default)
- Com port: COM25
- Project Sample: get-started/blink
- Debug Method
- debug using: OpenOcd
- Jtag propgrammer: ESP32S3/Esp32Cx built in JTAG
- debugged device: ESP32S3
- program flash memory: Always (default)
- 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.