There seems to be a discrepancy between the 8.0.0 softdevice release notes and the product compatibility matrix. I would like to know if it is possible to use 8.0.0 softdevice with 8.1.1 SDK on revision 2 silicon.
It seems from the softdevice release notes that rev 2 silicon could work if:
BLE_COMMON_OPT_RADIO_CPU_MUTEX is set with sd_ble_opt_set
AND
sd_power_dcdc_mode_set(NRF_POWER_DCDC_DISABLE) is called
However the series compatibility matrix shows the shows the latest supported SDK is 6.1.0 for SD 7.1.0, and it lists no supported SDK for SD 8.0.0.
Is this "lack of compatibility" related to the examples not supporting the additional configuration of the DCDC and radio mutex?