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

How to flash Fw to nrf52 thingy

We want to flash ble_peripheral over nrf52. How can we proceed? we use the code from following link when we try compile this code in segger studio we get following errors..

github.com/.../nrf52-ble-multi-link-multi-role

When we try to compile code using Seeger studio we get following errors..

1> cc1: fatal error: opening output file C:/nRFC52840/Thing-Multilink/nRF5_SDK_14.2.0_17b948a/nRF5_SDK_14.2.0_17b948a/examples/training/nrf52-ble-multi-link-multi-role-master/nrf52-ble-multi-link-multi-role-master/ble_peripheral/pca10040/s132/ses/Output/ble_app_blinky_pca10040_s132 Release/Obj/thumb_crt0_PP.s: No such file or directory 1> compilation terminated. 2> cc1: fatal error: C:\nRFC52840\Thing-Multilink\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\components\libraries\experimental_log\src\nrf_log_backend_rtt.c: No such file or directory 2> compilation terminated. 3> cc1: fatal error: C:\nRFC52840\Thing-Multilink\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\components\libraries\experimental_log\src\nrf_log_backend_serial.c: No such file or directory 3> compilation terminated. 4> cc1: fatal error: C:\nRFC52840\Thing-Multilink\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a\examples\components\libraries\experimental_log\src\nrf_log_backend_uart.c: No such file or directory 4> compilation terminated.

  • Hi lalit-tmt!
    I don't get any errors compiling the example.
    You might get those errors due to the path definitions being too long. I can see your path includes the nRF5_SDK_14.2.0_17b948a two times. You could try shortening the file path and see if that helps.
    Note; Also white spaces and special signs might cause problems with the path. Try changing the hyphen to an underscore.
    Let me know if this doesn't help and we will find another solution.
    Best regards.

Related