Hello!
I have a complex issue that I am trying to brainstorm. The task is that I am trying to receive a file over the air and be able to serial flash my STM32U575xx.
The two questions I have to start with (Will be more, but I am trying to gather what to start with):
1. How can I receive a file over the air and store it in memory? I have the process to flash the nrf ota, but did not know if the process to store it would follow what the dev academy shows.
2. How can I interface with this so that I can send it over my rx and tx pins for the flash process?