Nx_Network_Basics_wifi example in STM32H573I-DK board
Hey! I want to test the functionalities of EMW3080 wifi module using the given example. When I run http command as shown in the readme file, it should download the example .bin file. Where can I find the file's location? I looked into the http_file_download function and it seems to only store the file in a local varible called p_buffer and calls tx_byte release(p_buffer) when exits the function. There seems no action to store it in the flash or somewhere? Thanks!
