Hello!
Introduction. Responsibilities of the cores in my device:
1. app core.
1.1. data processing from a stereo microphone
1.2. data sending to net core.
2. net core.
2.1. ble communication, services supporting.
2.2. data receiving from app core.
Everything works fine :)
But now I want to add BLE DFU )
As I understood from examples, I should use app core for smp server, so I should use ble communication support on app core, which changes my whole architecture.
Could please anyone help me with that situation? :)