debugging - Contiki: Address of a thread having unrecognized value -
i trying port contiki lpc1347, basic led blinking program now. compiles without errors hard fault when try run it. on debugging understood hello_world_process thread has address of 0x636f6c42 (ascii value considering little endian bloc!) unrecognized mcu. using default initialing libraries of contiki, not understand if there wrong initialization or other reason (perhaps wrong linker script or makefile)? can please me debug this.
here project's link.
it turns out because using printf without providing libraries/functions handle dynamic memory allocation. program works fine if not use printf!
Comments
Post a Comment