I am attempting to port code from sdk 11 to 15. Some of the code is __older__ and in need of updating. A line which runs during the application init calls the sd_ble_version_get function with a non NULL pointer of the correct type. Immediately the SD throws an error and jumps to the debug error handler.
My search revealed this in the docs
my info in null, so I seem to be suffering an invalid memory access. The passed pointer is in the application memory (as far as I can tell) and should not be protected.
I look forward to feedback.