After failing in replacing a Cortex M4 for a NRF52832 I'm studying the possibility of using a NRF51822 as a BLE controller, used by my Cortex M4 MCU.
As I saw there is serialization support through SPI, UART and "reliable UART" (HCI), all I need to do is burn a SoftDevice_hci/spi.hex to my NRF and it will behave as a BLE Controller. It looks like only S110 supports serialization for this NRF, is that correct?
Now I can't find that .hex (looked in SDK 12.0) and I can't find examples that allow me to create a BLE custom profile in my MCU. In this case I'll need a profile with Battery, HeartBeat and a custom one. Where are they?