Hi all,
As we are nearing production testing, I'm trying to make a firmware with Direct-Test-Mode support on nRF51822. How do I use the dtm_* functions in mbed?
I've used the DTM project example from native Nordic SDK and put the main.c file contents into my mbed project. It compiles fine, but at linker stage I get undefined symbols (error L6218E) for the symbols: dtm_event_get, dtm_cmd, dtm_init and dtm_wait.
The ble_dtm.h file is present in the nRF51822 mbed library project, but I cannot find the ble_dtm.c file anywhere. I've tried copying the ble_dtm.c from native nordic sdk, but that results in several missing header files and undefined symbols during compilation stage.
Any help would be appreciated. Thanks.
Hi all, As we are nearing production testing, I'm trying to make a firmware with Direct-Test-Mode support on nRF51822. How do I use the dtm_* functions in mbed?
I've used the DTM project example from native Nordic SDK and put the main.c file contents into my mbed project. It compiles fine, but at linker stage I get undefined symbols (error L6218E) for the symbols: dtm_event_get, dtm_cmd, dtm_init and dtm_wait.
The ble_dtm.h file is present in the nRF51822 mbed library project, but I cannot find the ble_dtm.c file anywhere. I've tried copying the ble_dtm.c from native nordic sdk, but that results in several missing header files and undefined symbols during compilation stage.
Any help would be appreciated. Thanks.