Hi Nordic,
One of my custmer want to develop multiperipheral product(The device connect to two central devcie).
The nRF52832 can certainly meet their requirements, and we want to know whether nRF52820 also does.
1、 I think the main limitation is RAM, I have seen the routine in ......\nRF5_SDK_17.0.2\examples\ble_peripheral\experimental\ble_app_multiperipheral\pca10040. Without any adjustment, the output need 32.4K RAM, which is lager than 32K of nRF52840

So I think 52820 may not support multiperipheral application, is this right?
2、 Accouding to this thought, I found that the output of 'ble_app_uart' need 31.6K RAM, which is qtite close to 32K, if we add some logic, easily it will exceed 32k.
And some nRF52 series has 24K RAM, like 52810, 52811, 52805, It means that they can't run the uart routine? I think of crouse they can.
The key factor maybe we can reduce the RAM of the routine by take out some function like log and so on.
May you be kindly give some advice on how to reduce the RAM?