This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ISP130301C nothing is running

Hi,

I have an ISP130301C chip based on the nRF51822 chip. I'm using the jLink Segger EDU to flash the chip without any problems. But it seems like nothing is running correct on the chip. Even in the blinky example if I set breakpoints anywhere the debugger never stops at one. The same is running without a problem on my nRF51 DK board. The ISP chip is drawing like 4mA constantly with every code I flash on it.

I don't know where to search for an error? The Chip seems to be connected properly because I can flash it and i gets detected by the jLink. The code is running on the nRF51 DK.

What can be wrong? Any hint?

Solved the Problem. The data sheet from the ISP130301 is just wrong... The Chip is 128 KB Flash and 16 KB RAM not 256 KB and 32 KB. I changed the device in the make file and everything is running so far! Thanks for the hint with the incorrect RAM or flash memory size!!!

Related