I am trying to debug some code and need to display the content of the char pointer. But everytime it gives an exception.
Code: Select all
static void ICACHE_FLASH_ATTR someCb(const char *data){
os_printf( "LED = %s", *data);
}
Fatal exception 28(LoadProhibitedCause):
epc1=0x40245abe, epc2=0x00000000, epc3=0x40246461, excvaddr=0x00000023, depc=0x00000000
ÿ
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
Is there a way to access the content of this pointer ?
By the way is there a downloadable xtensa-lx106-elf-gdb debugger ?