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

Serialization app porting

I'm trying to port SDK 9 serialization library to Qt. My starting point is ble_app_multilink_central_s120_uart_pca10028 project in Keil.

All nrf projects uses softdevice_handler.c and .h files. How to port these files? They depend on nrf51 specific headers which are, of course, no available on Qt platform (like nrf51.h).

I read Porting serialization libraries chapter in SDK 9 documentation, but there is not mentioned how to port it. Am I expected to implement sotdevice_handler.c myself?

Related