Code: Select all
char *p = (char *)0x3FFE0000;
void __attribute__((noreturn)) call_start_cpu0(void)
{
esp_rom_printf("start1 /n");
char first_byte = p[0];
esp_rom_printf("c %s",first_byte);
}
entry 0x400806a4
start1 /nc Fatal exception (28): LoadProhibited
epc1=0x40008044, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000000b, depc=0x00000000
Is there any way to read SRAM at this point ?