Hi,
I'm currently porting a project to nRF5 SDK17. Some time ago we decided to use the nrfx module as a fork of https://github.com/NordicSemiconductor/nrfx.
So I synced our fork with the latest master in Nordic's own nrfx repository, and our project doesn't compile with it using the latest SDK. Then I realized that SDK 17 is using nrfx v1.8.4, when the latest version available is v2.2.0.
Is there a reason why the nRF5 SDK does not ship with the most up-to-date nrfx? Are there any advantages/disadvantages of using the nrfx module straight from Github?
Thanks.