I'm trying to load ble_app_hrs_c on the nrf51dk and im getting the error
"error: L6047U: The size of this image (34328 bytes) exceeds the maximum allowed for this version of the linker"
doing searches for this error and example shows that the NRF_Logger function was added in after SDK12 to allow for more easier debugging...
it ends up filling up the size limitations of the program or chip? I'm not sure..
thats pretty ironic no?
the only solution stated is to disable nrf_logging in the sdkconfig file.. this works........... but makes the whole example pointless because i dont have uart...
im very confused by this, why would the nrf51dk examples not even work with the nrf51dk and provide pointless workarounds?