Dániel Buga

Results 638 comments of Dániel Buga

If the JTAG pins are accessible, you can turn an S2 or an S3 into a CMSIS-DAP debugger with relative ease with https://github.com/bugadani/espdap. Not a good one, but a serviceable...

I can't reproduce this with the N8R8 module I have. ~I think the N16 module may need a different bootloader build?~

> Detected a write to the stack guard value on ProCpu Your issue looks like a plain old stack overflow when you call `TcpSocket::new()`. There doesn't seem to be anything...

> Where does board specific code need to be moved ? Is it the esp-hal/src/soc folders ? That sounds like a good place for now, yes.

Spooky. I can get the combined multicore/wifi example to crash reliably, but probe-rs can't deal with how the example crashes - trying to get any meaningful information out of it...

> If this repro doesn't crash for you, add or remove logger calls until it does: I have a funnier way: adding `NOP`s until the example crashes :) I did...

> the board I linked doesn't have identifiable PSRAM so I manually set the size and speed; that said, nothing is in PSRAM in either repro at any time so...

Could you please try and see if #4580 makes a difference? It seems to fix my reproducer, but I'm not entirely confident.

It's fiddly because: - You have edge-net patched in locally but no instruction to why it's patched or what I need to do with it - You have a `global`...

I can't reproduce your issue even withouth yesterday's fix and I don't think me sitting here inserting log calls and retrying for potentially hours is a valuable use of my...