Search found 12 matches

by gianluca.siano
Fri Mar 10, 2023 8:32 am
Forum: General Discussion
Topic: ADC in custom Bootloader
Replies: 2
Views: 2213

Re: ADC in custom Bootloader



Hello,

is it possible to use the ADC APIs in the 2nd-level-bootloader? (I use a ESP32-C3)
I can not integrate the "driver/adc.h" in the bootloader. In the official ESP-IDF description it is written:

"In the bootloader space, you cannot use the drivers and functions from other components. If ...
by gianluca.siano
Wed Mar 01, 2023 8:02 am
Forum: General Discussion
Topic: ADC in custom Bootloader
Replies: 2
Views: 2213

ADC in custom Bootloader

Hello,

is it possible to use the ADC APIs in the 2nd-level-bootloader? (I use a ESP32-C3)
I can not integrate the "driver/adc.h" in the bootloader. In the official ESP-IDF description it is written:

"In the bootloader space, you cannot use the drivers and functions from other components. If ...
by gianluca.siano
Thu Jan 17, 2019 2:30 pm
Forum: General Discussion
Topic: Can not read strings from nvs partition after reboot (ESP_ERR_NVS_NOT_FOUND)
Replies: 4
Views: 7156

Can not read strings from nvs partition after reboot (ESP_ERR_NVS_NOT_FOUND)

Hi,

I can not read strings from the nvs partition after reboot, but I can see the written data if I dump the nvs partition over uart (with esp tool).
If I write int8 data then it works, but not with strings or blob data, I always become ESP_ERR_NVS_NOT_FOUND after reboot.

Here is my Debug output ...
by gianluca.siano
Tue Sep 19, 2017 4:39 pm
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

It work's finally in windows 10. The mistake I made was closing the openocd running session window.
by gianluca.siano
Mon Sep 18, 2017 10:35 am
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

Maybe it's a better idea to download a ready to use virtual image like this:

https://www.matthias-jentsch.de/2017/02 ... d-openocd/

Otherwise I can't go on with the project...
by gianluca.siano
Fri Sep 15, 2017 1:44 pm
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

I temporary deativated the firewall, but it didn't help.

How can I verify that openocd is running?
by gianluca.siano
Fri Sep 15, 2017 12:04 pm
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

Same error occures...
by gianluca.siano
Fri Sep 15, 2017 10:40 am
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

That's my gdbinit file in the hello_world directory: (as described here: http://esp-idf.readthedocs.io/en/latest ... mmand-line)

target remote :3333
mon reset halt
thb app_main
x $a1=0
c
by gianluca.siano
Thu Sep 14, 2017 1:38 pm
Forum: General Discussion
Topic: OpenOCD debug problem
Replies: 12
Views: 21246

Re: OpenOCD debug problem

Yes, the JTAG connects with the Wrover-kit and shows following data:

$ bin/openocd -s tcl -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp32-wrove r.cfg
Open On-Chip Debugger 0.10.0-dev-ga859564 (2017-07-24-16:18)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen ...

Go to advanced search