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

How can I read coad on a nRF51822

Hello, I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded code on the chips. I would like to be able to interact with the PCB without overwriting anything. Any advice would be greatly appreciated.

Parents
  • Hi. If I understand you correctly you would like to read out and analyze the binary code residing in your chip. It is possible do this e.g. by using nRFgo Studio and some sort of debugger, but to get some sense out of the binary file is virtually impossible unless you are an expert in the field. And if the manufacturer of your board has decided to block the code from read out it actually is impossible.

    So I would suggest you look for the source code somewhere online in stead. What board are you using? And what is your project?

Reply
  • Hi. If I understand you correctly you would like to read out and analyze the binary code residing in your chip. It is possible do this e.g. by using nRFgo Studio and some sort of debugger, but to get some sense out of the binary file is virtually impossible unless you are an expert in the field. And if the manufacturer of your board has decided to block the code from read out it actually is impossible.

    So I would suggest you look for the source code somewhere online in stead. What board are you using? And what is your project?

Children
Related