You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I get this exception when I try to use the esp-radio:
Exception occurred on ProCpu 'LoadProhibited'
Context { PC: 1107625799, PS: 395573, A0: 2181368542, A1: 1070445184, A2: 1007425544, A3: 4294967295, A4: 463998208, A5: 1007356928, A6: 1007356928, A7: 3751608576, A8: 4294967295, A9: 1070445120, A10: 1007356928, A11: 1, A12: 256, A13: 68616, A14: 1, A15: 5243, SAR: 5, EXCCAUSE: 28, EXCVADDR: 4294967295, LBEG: 1074098012, LEND: 1074098034, LCOUNT: 0, THREADPTR: 0, SCOMPARE1: 256, BR: 0, ACCLO: 0, ACCHI: 0, M0: 0, M1: 0, M2: 0, M3: 0, F64R_LO_CPENABLE: 0, F64R_HI: 4294967295, F64S: 1107636108, FCR: 0, FSR: 0, F0: 0, F1: 0, F2: 0, F3: 0, F4: 0, F5: 0, F6: 0, F7: 0, F8: 0, F9: 0, F10: 0, F11: 0, F12: 0, F13: 0, F14: 0, F15: 0 }
Because according to: https://docs.espressif.com/projects/rust/esp-radio/0.16.0/esp32s3/esp_radio/index.html#running-on-the-second-core
I need to change the stack size. I use embassy-net. How do I change the stack size of the second core?
Beta Was this translation helpful? Give feedback.
All reactions