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

Compatibility table for nRF51422

Is there any compatibility table for nRF51 series chips with revisions, softdevice versions and SDK versions?

I have some custom boards with a module that contains a nRF51422 CEAA A0 (0x0031) and although I can reprogram the softdevice downloading the S310 or the S210, I have issues when trying to run ANT examples from the 5.2.0 SDK. The issues include hardfaults that occur when opening the ANT channel.

Will I be able to use softdevice 310 if I go back to SDK 4.2.2,?

I'm using Keil 5.10, SDK 5.2.0, SD310 1.0.0

Parents
  • I've tried using SDK 4.4.2 but I always get a NRF_ERROR_SVC_HANDLER_MISSING when calling sd_ant_channel_open. It happens with all the ANT examples.

    To recap:

    • nRF51422 CEAAA0
    • SDK 4.4.2
    • Softdevice unknown with a 48kb footprint and a 0xffff firmware signature

    and

    • nRF51422 CEAAA0
    • SDK 4.4.2
    • Softdevice S210 3.0.0-3.beta with 0x004b signature

    Both cases I get a NRF_ERROR_SVC_HANDLER_MISSING when calling sd_ant_channel_open.

    As this error is usually due to wrong version of softdevice, where can I find a previous version of the S210 to test it with every version until I find the right one? In the web site there is only the last version available.

    Thanks!

Reply
  • I've tried using SDK 4.4.2 but I always get a NRF_ERROR_SVC_HANDLER_MISSING when calling sd_ant_channel_open. It happens with all the ANT examples.

    To recap:

    • nRF51422 CEAAA0
    • SDK 4.4.2
    • Softdevice unknown with a 48kb footprint and a 0xffff firmware signature

    and

    • nRF51422 CEAAA0
    • SDK 4.4.2
    • Softdevice S210 3.0.0-3.beta with 0x004b signature

    Both cases I get a NRF_ERROR_SVC_HANDLER_MISSING when calling sd_ant_channel_open.

    As this error is usually due to wrong version of softdevice, where can I find a previous version of the S210 to test it with every version until I find the right one? In the web site there is only the last version available.

    Thanks!

Children
No Data
Related