Search found 2 matches

by kostas_espressif
Wed Apr 19, 2023 9:37 am
Forum: ESP-IDF
Topic: ESP-Wrover-Kit V4.1 debugging error
Replies: 0
Views: 601

ESP-Wrover-Kit V4.1 debugging error

I am using Wrover Kit v4.1 to debug a simple blink project. I followed all the steps of the manual but I am still getting this error. Open On-Chip Debugger v0.11.0-esp32-20221026 (2022-10-26-14:48) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Flashing C:/U...
by kostas_espressif
Mon Nov 07, 2022 12:01 am
Forum: ESP-IDF
Topic: ESP-Wrover-Kit V4.1 reading internal SRAM
Replies: 0
Views: 680

ESP-Wrover-Kit V4.1 reading internal SRAM

I am trying to read the internal SRAM of ESP-Wrover-Kit V4.1. I must read SRAM on its power on before being writen by any other code. I am using the example ''bootloader_override'' . I inserted the following C code in call_start_cpu0. char *p = (char *)0x3FFE0000; void __attribute__((noreturn)) call...