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

SDK Migration - nrf_log back to experimental in SDK14.2

I'm using SDK 12.2 with Softdevice S132 V3.0. I try now the migration to the most resent SDK 14.2 with its Softdevice, because it seams there were several bugs fixed in between.

Despite of the migration guides, the migration is quite a hard work and now i realized that the ble_advertising.c (and other regular files) includes the nrf_log.h which has been moved to a folder "experimental_log".

Is the nrf_log experimental or just in a missleading named folder?

Other regular library files include experimental library files too... Is SDK 14.2 really stable?

Further, I'm not sure at what version several bugs have been introduced and if it is really necessary to migrate to latest version or if 12.3 would be stable enough (Softdevice, BLE and Flash Write on nRF52832)?

Related