abisop commented on issue #16269: URL: https://github.com/apache/nuttx/issues/16269#issuecomment-2851542947
Thanks @fdcavalcanti sir for responding I don't think its a power issue As far as i got to know, its some kind of memory and timing (maybe race condition) issue... 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. 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