-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve TLS handshake failing issue for REALTEK_RTL8195AM #4754
Conversation
@Archcady Can you please rebase, the earlier PR caused the conflicts here |
this issue, relating to wifi thread priority, makes blocking TCP socket failing
Hi @0xc0170 , PR rebased, thanks. |
/morph test |
Unforunately the mbed-os-example-client still doesn't connect over TCP.
This branch + cherry-picked the enable_sdram fix cherry-picked on top of this.
|
On 2nd trial - WiFi connection failed.
|
With traces enabled I got it to log, so some sort of timing issue perhaps? Also, even with traces enabled the success rate over TCP is still not 100%, 2nd trial failed already. |
/morph test |
@JanneKiiskila, yes this could be timing issue, putting code to SDRAM really slow down the performance. I'll also trace the code and maybe move some time-intensive code back from SDRAM to BDRAM in this PR. |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@Archcady what would you propose? this is actually fixing an issue, and the problems @JanneKiiskila is experiencing are related to different issue, thus should not block this PR? |
@0xc0170 I think this PR should not be blocked. And for the problems from @JanneKiiskila, I'll submit another to fix. |
The issue this PR trying to resolve, relating to REALTEK_RTL8195AM wifi threads priority, is making blocking TCP socket failing.