Gerhard de Clercq

Results 19 comments of Gerhard de Clercq

I'm having the exact same problem on an stm32f439zi. For the moment I am working around the issue by just repeating some measurements so that I have a repeating pattern...

Hmmm it seems I can't add labels myself so I don't think I can fix this issue myself

@emilk any chance you could take a quick look at this since it's really small? Thanks!

@jschwe thanks for the great work on trying to solve this so far! Just a thought (perhaps a crazy one), but what if instead of trying to parse the output...

> rustc doesn't call a linker at all for static libraries. Ah I see, then output parsing is indeed the best option. > It's not great, but better than compiling...

I have now also tried running `RUST_LOG=debug probe-rs run --connect-under-reset --chip STM32F439ZITx ./target/thumbv7em-none-eabihf/debug/mcu-fw-app 2>&1 | grep probe_rs` which results in: ``` DEBUG probe_rs::cmd::run: No embedded-test in ELF file. Running as...

I have now performed some additional oscilloscope measurements with my modified new board and with my old board. Below I have also clarified what modifications were made to the new...

I've now managed to get things working by modifying my board a bit more. It seems the ST-Link (at least the V3MINIE variant), does not like driving an MIC6315 input....

I'm facing the same problem where the `backups` folder is being kept clean according to my ttl setting but the `kopia` folder keeps filling up with log files that never...