How i can tell FUS to update stack in STM32WB50?
I need to remote update the wireless stack. I read in the AN5270, AN5247 that this can be done only by FUS.
I am already able to write in an opportune unprotected Flash location the new wireless stack, but i have not found how to communicate to the FUS FW where it is written and what to do, before launch it with the function SHCI_C2_FUS_GetState.
I am looking at the application BLE_Ota contained in the firmware package 1.8. I have understood how the FW is passed via BLE between the 2 devices, but i have not understood how to set registers or flash part to tell the FUS where to write what.
NB: my client is another STM32WB, not an Android Application or STM32CubeMonitorRF, so i can't use the BLE_Ota application as it is.
Thank you in advance!