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

NRF9160 custom board programming issue

Hi, I have my custom board for the nrf9160 ,

I was able to program it through the built in programmer of the nrf9160 dk but I have an issue, when I connect the VDD to the VDD_GPIO by soldering a bridge the programmer does not recognize the board, where the issue can ? Thanks in advance

Parents Reply Children
  • damianogiacomi said:
    I am using the segger embedded studio and when I compile the solutin and try to connect the jlink it returns this, sorry for asking but where should I use this command? 

     You run this using command prompt or similar.

    damianogiacomi said:
    The reset pin was not connected right, not it connects but it gives this hardfault exeption in the debugger

    Difficult for me to say with little information. A hard fault usually means that you are writing to an area you are not allowed in your code. What are you trying to run? Is this a sample project or your own code?

    damianogiacomi said:
    I have a question about what should be the reset pin impedance ?

     I don't have these numbers at the moment, will ask our internal team.

    BR,
    Øyvind

  • damianogiacomi said:
    I have a question about what should be the reset pin impedance ?

     It's a standard input with an internal pull-up of about 10kOhm.

Related