We have been using SDKv11.0.0 with S130 softdevice on nRF51822-QFAA rev 2 on a custom board with no problems at all.
Since our nRF51822 BLE module vendor no longer support rev 2 chip, we need to change to rev 3.
It is found that new BLE module is NOT functioning properly.
The P0.11 pin (used as SPIM MOSI) is irregularly toggling by itself even if there is no SPI CLK.
Some of them are NOT even advertising.
With the same code on the rev 2 one, P0.11 pin is just pull high since there is no active SPI.
According to the compatibility matrix, rev 3 chip should support SDKv11.0.0 + S130.
Is there anything I am missing to migrate from rev 2 chip to rev 3 chip?
Do I need to modify the firmware to be run on rev 3 chip?
Thanks.