Is there a process in place for updating a controller only build via the HCI? My current set up is a 9160 as the BLE Host, a 52820 as the BLE controller, MCUs are connected over UART, NCS v1.7.0, custom board. The 52820 has MCUBoot enabled, and I have demonstrated before that the 52820 is updatable over UART but this was when I had the 52820 application built with the entire BLE stack enabled. I wanted to split the BLE stack between the two MCUs due to RAM constraints on the 52820. So now, I'm trying to support updating the 52820 application if necessary; however, it's difficult to communicate over UART with application layer messages without messing with the HCI infrastructure which is built on UART. Would appreciate any feedback or direction