Hi team, there is nRF52840 and STM32 connected via UART. I need to update ST firmware over nRF. I managed to send stm32 .hex (FW intended for ST) over nRF DFU service and check the flag .bank_1.bank_code it is definitely changed to NRF_DFU_BANK_VALID_EXT_APP, but anyway it is not obvious for me how to transfer ST firmware to the ST chip? Where the ST FW located from physical point of view? Is there any example how to do this in a proper way?
Can serial transport solve the problem?
I've read this article https://devzone.nordicsemi.com/f/nordic-q-a/29028/download-firmware-over-ble-for-another-mcu and realize that there are no files and (obviously function) that are mentioned in the article. I've downloaded sdk 11 and found out that sdk 11 contains files mentioned in the article. Why the latest sdk doesn't contain them? What functions would be helpful to solve the issue?