Search found 5 matches
- Fri Oct 06, 2023 4:29 pm
- Forum: IDEs for ESP-IDF
- Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
- Replies: 4
- Views: 4879
Re: [VSCODE+ESP32H2] OpenOCD do not see correct script?
This is openocd log file, when device detected, but debug session can't start:
- Fri Oct 06, 2023 4:22 pm
- Forum: IDEs for ESP-IDF
- Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
- Replies: 4
- Views: 4879
- Wed Oct 04, 2023 7:19 pm
- Forum: IDEs for ESP-IDF
- Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
- Replies: 4
- Views: 4879
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.customAdapter...
- Tue Oct 03, 2023 10:20 pm
- Forum: IDEs for ESP-IDF
- Topic: [VSCODE+ESP32H2] OpenOCD do not see correct script?
- Replies: 4
- Views: 4879
[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-builtin.c...
- Tue Aug 29, 2023 11:49 pm
- Forum: Hardware
- Topic: [ESP32H2]Write/read SiP flash from firmware.
- Replies: 2
- Views: 1692
[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.
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.