Search found 5 matches

by parf.nick
Fri Oct 06, 2023 4:29 pm
Forum: IDEs for ESP-IDF
Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
Replies: 4
Views: 5737

Re: [VSCODE+ESP32H2] OpenOCD do not see correct script?

This is openocd log file, when device detected, but debug session can't start:
openocd_log.zip
(4.85 MiB) Downloaded 348 times
by parf.nick
Fri Oct 06, 2023 4:22 pm
Forum: IDEs for ESP-IDF
Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
Replies: 4
Views: 5737

Re: [VSCODE+ESP32H2] OpenOCD do not see correct script?

Hi.
report.txt
(11.26 KiB) Downloaded 254 times
by parf.nick
Wed Oct 04, 2023 7:19 pm
Forum: IDEs for ESP-IDF
Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
Replies: 4
Views: 5737

Re: [VSCODE+ESP32H2] OpenOCD do not see correct script?

Found other feature:

If idf.openOcdConfigs config field do not contain reference to interface script, openocd automatically use wrong VIN/PID and can not found the device.

With VS Code config like this:
{
"C_Cpp.intelliSenseEngine": "Tag Parser",
"idf.adapterTargetName": "custom",
"idf ...
by parf.nick
Tue Oct 03, 2023 10:20 pm
Forum: IDEs for ESP-IDF
Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
Replies: 4
Views: 5737

[VSCODE+ESP32H2] OpenOCD do not see correct script?

Hello.
I try to use VS Code with Espressif IDF plugin for ESP32-H2-DevKitM1.

When use launch(debug) settings(file settings.json) like this:
{
"C_Cpp.intelliSenseEngine": "Tag Parser",
"idf.adapterTargetName": "esp32h2",
"cmake.configureOnOpen": false,
"idf.openOcdConfigs": [
"board/esp32h2 ...
by parf.nick
Tue Aug 29, 2023 11:49 pm
Forum: Hardware
Topic: [ESP32H2]Write/read SiP flash from firmware.
Replies: 2
Views: 2136

[ESP32H2]Write/read SiP flash from firmware.

Hello.
H2 model has in-package 2/4MB flash memory.
Can i read and write it from firmware or i only can connect externally via “SPI pins”.?
I want to :
1. Receive data from BT and store it in SiP flash.
2. Read data from SiP flash and send via BT.

Thank you.

Go to advanced search