-
Since I'm running interrupt-driven, bit-banged bus communication (with sub 100µs timing constraints) on core 0 I was hoping to use core 1 for networking instead. However, setting up Wifi crashes during calibration with a
with line 106 in let dummy = (1000f32 / dummy) as u32; Setting the mentioned feature of the xtensa-lx-rt crate had no effect. The core 1 context has a stack size of 32k. The global allocator has 112k to give. Core 0 is basically idling around waiting for GPIO activity. I would like to understand what's going on here and how to fix it (if possible). Christian |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Can you please share an example I can try? I have a suspect issue, but all my efforts in creating a test case have failed so far. |
Beta Was this translation helpful? Give feedback.
-
Hopefully #2315 finally resolves all these issues. But to be fair, if you have really enabled |
Beta Was this translation helpful? Give feedback.
Hopefully #2315 finally resolves all these issues. But to be fair, if you have really enabled
float-save-restore
this issue shouldn't have been possible to happen.