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

Hex file update not working on custom board

Hi,

I have successfully detected my custom board (nrf52832 chip  )  with nrf 52dk board and program it with blinky hex file given in SDK 15 version and works.

Now, i update the blinky file with correct pin number  setting on GPIO pin and it works fine with 52 dk board but when i try to program my custom board with 52dk with SWD protocol it is  not working.

I realize that Hex file folder never update with new GPIO setting , only i manage to update the debug and release but if i try to upload that Hex file it dose not work.

well any help is appreciated.

thanks

[email protected]

Parents
  • Yes I am using ses and my goal is to program my custom board with nRF 52dk which I achieved it but the hex file I use was already precompiled in hex folder updated on 2018.

    now I change the code and compile it I found that release folders hex file updated . Now the same code I wrote works on 52dk but dose not work on my customs board. I use hex file which was under release and debug version .

    What should I do or is it something I am missing?

    my board works well .

Reply
  • Yes I am using ses and my goal is to program my custom board with nRF 52dk which I achieved it but the hex file I use was already precompiled in hex folder updated on 2018.

    now I change the code and compile it I found that release folders hex file updated . Now the same code I wrote works on 52dk but dose not work on my customs board. I use hex file which was under release and debug version .

    What should I do or is it something I am missing?

    my board works well .

Children
  • joshi said:
    my board works well .

     How do you determine this?

     

    joshi said:
    Now the same code I wrote works on 52dk but dose not work on my customs board.

     Have you tried debugging? Where does it stop? Try to turn off optimization in your project if it is difficult to debug. What IDE do you use?

    Is it the peripheral\blinky example that doesn't work on your custom board?

    I need some more information to be able to tell what's going on.

Related