How do i make my stm32l476 act as a bridge to flash code from my pc to esp32 ?
I am working on a project in which the sensor data that will calculated by stm32 will be sent via using the esp32 as a wifi module to aws , now the problem is i have inserted the stm32 and esp32 inside a pcb with the required circuit connection but i am having difficulty flashing the code to esp32 or connecting to esp32 , i have tried various methods but cant seem to find a solution.
thing is the code cannot be flashed directly to esp32 , it has to be sent via stm32 due to circuit connections and no availability of usb connection ?
current status right now:-
i am using the process of semihosting to flash the code into stm32 and get results on the serial monitor since i dont have a usb connection for stm32 , i am using the st link of nucleo externally , if someone can help me regarding conversion of my stm32l476 to a bridge to flash code on esp32 or to convert esp32 to wifi module ,it would be very helpful ,this is the last step after this only calibration is required to complete my project.
