Mateusz

Results 24 issues of Mateusz

On my STM32F401RET6 for some reason the default 250ms MIN_STOP_PAUSE is really unstable, often timed wakeups or wakeups from EXTI GPIO are missed, they is some trace output when those...

**Describe the bug** When trying to flash an image on ESP32-C6 16MB to a custom address using `--base-address` option if the address is 0xC10000 it fails with `flash algorithm failed...

bug

This fixes https://github.com/probe-rs/probe-rs/issues/2836 It was pretty simple to add and trying to run `--idf-target-app-partition update` with partition table like that: ``` phy_init, data, phy, 0x9000, 0x1000, factory, app, factory, 0x10000,...

**Is your feature request related to a problem? Please describe.** Currently I am developing a custom update/ota process on a project using ESP32-C6. That does use a custom idf bootloader...

enhancement