abisop commented on issue #16269: URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2857060982
> Honestly I can't replicate without the proper board, and unfortunately I don't have the XIAO one. As long I am working on something internal like wifi and its esp32 s3. I think variations are there only in memory size (Flash and PSRAM). So people who wrote common part of esp32s3 wrote linker in such a way so that it can be changed according to config > Note : passive scan works fine , scan_results works fine , active scan (cause problem) but works sometimes So I invested time and found this problem.... > ... > Please see this - https://github.com/user-attachments/assets/e3d60979-1a9b-4abd-be22-3d8c9a9dcf9c > > let me explain : For lets say we execute Active scan : > > 1 ) WAPI send command to low level driver for scan, connect, etc. 2) It checks if the scan(or any other request) is complete  > > 3. The previous step is necessary to get the data from lower driver > > > So if we ask him for data before it (lower driver) finishes. ---> (REBOOT/CRASH) > > Also : > > > If test with esp32s3-devkit:wifi config no issue will be there but if we add some more features such as ROMFS, Telnettd, etc > > This happens > > Till now I am able to fix the issue by hardcoding a delay: To be continued..... > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org