I am working with a FRDM-K64F dev board, using a jlink base compact. I'm trying to do the same kinds of things I've done on other boards, but not having very good results, and was wondering if anyone had suggestions on what might be going on.
"monitor flash erase" worked for me once, and now it doesn't seem to want to work. The jlink reports "ERROR: Timeout while preparing target, RAMCode did not respond in time (PC = 0x00006CDC, XPSR = 0x61000005, SP = 0x20003068)!"). and it doesn't seem to have erased.
And, I seem to get similar errors when trying to use the 'load' command. Other times, I haven't gotten errors, but it still didn't seem to have flashed.
Any ideas as to what might be going on here?
I'm invoking the gdb server as `JLinkGDBServer -strict -device MK64FN1M0xxx12`.
"monitor flash erase" worked for me once, and now it doesn't seem to want to work. The jlink reports "ERROR: Timeout while preparing target, RAMCode did not respond in time (PC = 0x00006CDC, XPSR = 0x61000005, SP = 0x20003068)!"). and it doesn't seem to have erased.
And, I seem to get similar errors when trying to use the 'load' command. Other times, I haven't gotten errors, but it still didn't seem to have flashed.
Any ideas as to what might be going on here?
I'm invoking the gdb server as `JLinkGDBServer -strict -device MK64FN1M0xxx12`.