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

Compiling code

I got pca10040 dk and I am trying to run the code that was sent to me earlier by one of nordic employee. I could compile it without errors but I cant see any advertising data in the nrf connect app.

I am using nrf52 now and sdk 12.2.0.

I have made a case and my case and case number is 34506. I am posting here because I am getting faster response here.

The soft device that I am using is C:/Users/Ambimat/Desktop/abcd/components/softdevice/s132/hex/s132_nrf52_3.0.0_softdevice.hex

Thanks,

Shailav

Parents
  • You haven't posted much information to enable people to help too much but this might be of use:

    1. Have you loaded the correct Soft Device?

    2. Have you double checked your memory settings? Because your code compiles doesn't mean you don't have an issue here.

    3. In debug mode you should be able to halt your code to see if you are in an error loop. Else in main before your loop set breakpoints at each step to see which call is causing the issue.

    These would be the first three things to do.

Reply
  • You haven't posted much information to enable people to help too much but this might be of use:

    1. Have you loaded the correct Soft Device?

    2. Have you double checked your memory settings? Because your code compiles doesn't mean you don't have an issue here.

    3. In debug mode you should be able to halt your code to see if you are in an error loop. Else in main before your loop set breakpoints at each step to see which call is causing the issue.

    These would be the first three things to do.

Children
No Data
Related