Fan Jiang

Results 140 comments of Fan Jiang

Could the SPI SCLK frequency be also added? This is very useful when multiple devices share the same SPI bus, and is very common.

That's right @MabezDev, but somehow the official `esptools.py` can reset the board in some way while the `espflash` tool can't (need verification from @bjoernQ ). I think this problem probably...

@MabezDev I don't know, but [this](https://github.com/espressif/esp-idf/issues/9366#issuecomment-1191278722) seems to indicate a viable solution. I'll see if I can make something that has it and potentially ship to you guys?

Hi @Dominaezzz I haven't got started yet on the HW design yet, was very busy

I 2nd `toml-cfg` but it seems that it hasn't been updated for 2 years.

So are we zeroing on `toml-cfg`? 😆 I really want to configure IRAM placements, it's such a pain currently and hurts performance 10x due to cache misses

Bumping this old thread: Could we just use `cfg(foo)` and let the user define those in `build.rs`?

Since the time values sum to 1 second scale I am guessing that the TIMG0 interrupt is fired for too many times and eats CPU cycles, just a guess though

> Out of curiosity, could you try the using the generic-queue features of embassy-time, instead of the integrated timers? I am using "generic-queue-8" already

Thinking about this, but recently I am too cramped with conference deadlines... > Is it possible to create a minimal-repro of this behavior?