You are reading a single comment by @Abhigkar and its replies.
Click here to read the full conversation.
-
Do you have sample code to test as you mentioned here? @fanoush
just check the method I already linked https://github.com/espruino/Espruino/blob/master/targets/nrf5x/jshardware.c#L2135
so remove the#if defined(PUCKJS) ...
or add your board name there. Also you can add jsiConsolePrintf to theif (addr<0x1f000)
part so you know it was called with wrong address.
Yes it is I can reproduce it many times.
Do you have sample code to test as you mentioned here? @fanoush