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

S120 host operation

Is it possible to run S120 softdevice on nrf51 in host mode, i.e. to control S120 softdevice on nrf51 from host system e.g. from UART or SPI?

Parents Reply
  • There is a chapter about porting serialization application to another platform with list of files that have to be modified for another platform. However, there is not mentioned what files can be used without modification. I'm trying to port ble_app_multilink_central_s120_uart_pca10028 projet (to Qt platform). I use all the files from the ble_app_multilink_central_s120_uart_pca10028 apart from the files obviously targeted to nrf51 platform like ble_flash.c and uart drivers. However, some files, e.g. softdevice_handler.c still depends on nrf51 platform. Is this redundant file for the serialization app?

Children
No Data
Related