cwespressif opened a new pull request, #11427:
URL: https://github.com/apache/nuttx/pull/11427

   ## Summary
   
   xtensa/esp32s3: Fixed bbpll not calibrated from bootloader issue
   
   - Solve Wi-Fi may not work bug for bbpll not lock or not stable when enable 
RF.
   - Improved timing tuning stability on ESP32-S3.
   
   The root cause is as following:
   
   - The Application won't re-calibrate the BBPLL clock if it's already enabled.
   - Add a force-recalib function in the app startup code to make sure even if 
the patch is applied by OTA, the clock is still re-calibrated.
   
   ## Impact
   
   ## Testing
   
   


-- 
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

Reply via email to