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

How to run ant_io_demo on s332

In ANT examples in SDK 13.1, i want to run the ant_io_demo on softdevice s332, while it was made for softdevice s212. What can i do?

  • You can port it to S332.

    You need to change the include paths so that the S332 headers are included (not S212):

    ..............\components\softdevice\s332\headers\nrf52

    ..............\components\softdevice\s332\headers

    And you need to change the flash and ram settings to this:

    image description

    You can find flash and ram start in the release notes.

    I did this with ant_io_tx. Here is project. Should be put into \ant_io_demo\ant_io_tx\pca10040.

Related