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

My application doesn't work with SDK 12.2.0

Hi all,

I have an application for nRF52 which works fine using SDK 12.1.0. I am now trying to make it working with 12.2.0 and it hangs.

Apparently inside the function pm_init -> pds_init -> fds_init -> pages_init -> page_identify.

I am using SES 3.10h.

Any idea?

Parents
  • I eventually worked on this issue again, thank you to you all that provided suggestions.

    I reinstalled a fresh copy of SES 10g and 10i, then I changed required files as shown here

    The sdk_config.h files of both projects are from SDK12.1 and SDK12.2 projects respectively, adapted to my own project.

    What I discovered is that:

    SEGGER 10g: my project works both with SDK12.1 and SDK12.2

    SEGGER 10i: my project doesn't work neither with SDK12.1 nor with SDK12.2

    So, apparently my problem is related to the compiler version.

    Has anyone any useful suggestion to puzzle this out? What am I doing wrong?

Reply
  • I eventually worked on this issue again, thank you to you all that provided suggestions.

    I reinstalled a fresh copy of SES 10g and 10i, then I changed required files as shown here

    The sdk_config.h files of both projects are from SDK12.1 and SDK12.2 projects respectively, adapted to my own project.

    What I discovered is that:

    SEGGER 10g: my project works both with SDK12.1 and SDK12.2

    SEGGER 10i: my project doesn't work neither with SDK12.1 nor with SDK12.2

    So, apparently my problem is related to the compiler version.

    Has anyone any useful suggestion to puzzle this out? What am I doing wrong?

Children
Related