Skip to content
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

Stopped working on ESP32-C3-DevKit-RUST-1 #85

Closed
bjoernQ opened this issue Nov 23, 2022 · 2 comments · Fixed by #86
Closed

Stopped working on ESP32-C3-DevKit-RUST-1 #85

bjoernQ opened this issue Nov 23, 2022 · 2 comments · Fixed by #86
Assignees
Labels
bug Something isn't working

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Nov 23, 2022

Since 69956d4 it freezes in initialze on ESP32-C3-DevKit-RUST-1 while it still works on other ESP32-C3 development boards (when running the DHCP example)

@bjoernQ
Copy link
Contributor Author

bjoernQ commented Nov 23, 2022

also with that commit the BLE example crashes

Exception 'Store/AMO access fault' mepc=4005882e, mtval=3fc00100
TrapFrame { ra: 4002e01e, t0: e0c0a08, t1: 36343230, t2: 6040200, t3: 2e2c2a28, t4: 26242220, t5: 1e1c1a18, t6: 16141210, a0: 3fc00100, a1: 3fc88a4c, a2: 3fc00108, a3: 3fc00128, a4: 3fc00128, a5: 3fc00100, a6: 4, a7: 3e3c3a38, s0: 3fc88a28, s1: 3fce0000, s2: 3fce0000, s3: 3fc90df0, s4: 3c035f88, s5: 3fce0000, s6: 3fc91000, s7: 3fce0000, s8: 3fce0000, s9: 0, s10: 3fc88adc, s11: 3c031248, gp: 0, tp: 0, sp: 3fc88a20 }

while it's working on other dev-kits

@bjoernQ
Copy link
Contributor Author

bjoernQ commented Nov 23, 2022

It seems the call to the drivers esp_wifi_start function is causing the issue

these are the last messages seen

TRACE - mutex_lock ptr = 0x3fc836fc
TRACE - mutex_unlock 0x3fc836fc
TRACE - mutex_lock ptr = 0x3fc836fc
TRACE - mutex_unlock 0x3fc836fc
TRACE - wifi_apb80m_request - no-op
TRACE - wifi_clock_enable
TRACE - wifi_clock_enable
TRACE - phy_enable - not fully implemented
TRACE - phy_enable - not fully implemented
TRACE - sprintf %d,%s,%s,%s
TRACE - sprintf 912,d001756,Jun  2 2022,16:28:07
TRACE - phy_version 912,d001756,Jun  2 2022,16:28:07
TRACE - phy_enable_clock
TRACE - phy_enable_clock done!

@bjoernQ bjoernQ self-assigned this Nov 23, 2022
@bjoernQ bjoernQ added the bug Something isn't working label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant