Technical Reference Manual for EMW3080 present on STM32U585I-IOT
Currently, I am working on creating a WiFi driver for EMW3080, which is integrated into the STM32U585I-IOT, for a commercial RTOS. Unfortunately, I have not been able to locate any programming guide or technical reference manual that would assist me in understanding how to communicate with the EMW3080 that is connected via the SPI bus.
Upon reviewing the EMW3080 datasheet, it appears that AT commands are used to communicate with the WiFi module. However, I am still unable to locate any information regarding the specific commands or how to utilize them. I would greatly appreciate any guidance you can provide regarding where to find the documentation necessary to communicate with the firmware running on the EMW3080.
Moreover, I can see that a TCP/ IP stack is running on EMW3080 which means that we get the processed packets from the stack. Is there any way we can get the raw packets so that we can use the native TCP/IP stack running inside Host OS?
