Hi! Please, excuse the probably stupid question but I'm a real newbie. I'm trying to perform a long range coverage test. I got two NRF52840 DK. Got to install both Segger and SDK and all other demos would run with no problems. But I tried to run the "nRF52-ble-long-range-demo" from GitHub and: first tried to dump the "hex" files but no result...no terminal debug output and no RTT...then I tried to debug and run the solution from segger but I got these errors:
Building ‘central_long_range_demo_pca10056_s140’ from solution ‘central_long_range_demo_pca10056_s140’ in configuration ‘Debug’
1> Compiling ‘nrf_log_backend_serial.c’
2> Compiling ‘nrf_log_backend_rtt.c’
3> Compiling ‘nrf_log_backend_uart.c’
4> Compiling ‘nrf_log_default_backends.c’
1> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_serial.c: No such file or directory
1> compilation terminated.
2> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_rtt.c: No such file or directory
2> compilation terminated.
3> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_backend_uart.c: No such file or directory
3> compilation terminated.
4> cc1: fatal error: C:\Nordic\components\libraries\experimental_log\src\nrf_log_default_backends.c: No such file or directory
4> compilation terminated.
Build failed
Any hint would be greatly appreciated.
Carlos