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?
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:
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.