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?

Parents
  • I don"t know whether I understand porting software in general. I just try my best :) I understood that one have to run ble_connectivity application on nordic chip. The ble_app_multilink_central_s120_uart_pca10028 project is application ran on host and communicating via uart with ble_connectivity ran on nordic chip. The project have to be ported to target platform. It uses softdevice_handler.c/.h which depends on nrf platform so I assume I have to port softdevice_handler somehow.

Reply
  • I don"t know whether I understand porting software in general. I just try my best :) I understood that one have to run ble_connectivity application on nordic chip. The ble_app_multilink_central_s120_uart_pca10028 project is application ran on host and communicating via uart with ble_connectivity ran on nordic chip. The project have to be ported to target platform. It uses softdevice_handler.c/.h which depends on nrf platform so I assume I have to port softdevice_handler somehow.

Children
No Data
Related