Dániel Buga

Results 224 comments of Dániel Buga

Unfortunately, Windows (11) seems very determined to install VCP drivers for my FT2232H. I either wasn't able to coerce it to use freshly installed D2XX drivers (whatever I do, Zadig...

> Out of curiosity, what chip are you using? Mainly a 2232H but I see the same behavior with a 232H.

FTDIBUS driver, serial number was programmed by me. ``` device: DeviceInfo { port_open: false, speed: Some(HighSpeed), device_type: FT232H, vendor_id: 0x0403, product_id: 0x6014, serial_number: 232H00000001, description: FT232H } ``` FTDI drivers,...

Better, but still not quite right: this PR only works once per power cycle, just as OP said. However, for me pressing Rst works, too, no need to unplug. ```...

The issue is that we don't correctly reset the C3. We intentionally don't touch SRAM0 which can be reserved for cache, but esp-idf may turn on memory protection for (parts...

Since #1952 we now auto-detect flash size. I'm not sure if we can do xtal frequency. Do you need any other parameters to be auto-detected? I guess preserving the partition...

The best part about Verify? We can send don compressed data, making it about 30% faster than reading back flash! :D