Jan Špaček

Results 68 comments of Jan Špaček

Marked as draft because I need to rebase and do more thorough testing before I'm comfortable merging this.

The CI passes and I confirmed that the timer examples work on my STM32H743ZI Nucleo board, so this should be ready for review. (But we need to wait for https://github.com/embassy-rs/stm32-data/pull/495...

@Dirbaio, do you think you will have time to look at this PR? :)

Marked as draft because I want to double-check that I didn't introduce any unintentional breakage (in particular in the v2 and l0 versions).

This PR should now be ready for review :heavy_check_mark:

> can't you already do this by unsafely casting a Tim1ch to a Tim4ch? For example, when you construct a SimplePwm, store it in `self` as a `Tim4ch` but record...

Hi @Dirbaio, I got back to programming STM32 recently, and I again hit the issue that I tried to solve with this PR, this time as a direct user of...

Yes, I believe that this PR and the [accompanying PR for Embassy](https://github.com/embassy-rs/embassy/pull/3123) are at the moment the best resource about the specific differences between the STM32 timers (at least I...