This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrfgo studio cannt detect nrf51822 but keil can program

when i use nrfgo studio to program nrf51822,but it cannt detect nrf51822 and show hw:0x3c error. but i can program nrf51822 with keilimage description

Parents
  • Hi

    I think I have seen this before when using custom board. I think that would be normal since nRFgo Studio can not detect type of a custom board. I see on your image that the HWID 0x3C which should be nRF51 QFAA Gx0 according to the nRF51 compatibility matrix. Do you have a custom board?

    You should be able to program the chip with softdevice and application from nRFgo Studio even though the board type can not be detected. Are you able to program the chip from nRFgo Studio?

  • Hi

    I am not sure actually why nRFgo Studio does not show anything in this case. You could try to use nrfjprog which is the command line tool that nRFgo Studio uses in the background. It should be located at \Program Files (x86)\Nordic Semiconductor\nrf5x\bin. Try to use see if it works after writing

    nrfjprog --eraseall
    nrfjprog --recover
    

    You will also get some feedback on the command line when giving these commands, which perhaps could help you find out what is happening.

    Make sure you use the latest version of nRFgo Studio.

Reply
  • Hi

    I am not sure actually why nRFgo Studio does not show anything in this case. You could try to use nrfjprog which is the command line tool that nRFgo Studio uses in the background. It should be located at \Program Files (x86)\Nordic Semiconductor\nrf5x\bin. Try to use see if it works after writing

    nrfjprog --eraseall
    nrfjprog --recover
    

    You will also get some feedback on the command line when giving these commands, which perhaps could help you find out what is happening.

    Make sure you use the latest version of nRFgo Studio.

Children
No Data
Related