Adrian Figueroa

Results 70 comments of Adrian Figueroa

Needs https://github.com/embassy-rs/embassy/pull/3511

Finally, this seems to be ready for review.

Here is another example of this code in action: https://github.com/blus-audio/firmware-rs/blob/main/blus_mini_mk2/src/main.rs#L298 The data is then consumed here: https://github.com/blus-audio/firmware-rs/blob/main/blus_mini_mk2/src/audio_routing.rs#L323 There is some strangeness happening (output only 16 of 24 bit) due to...

I want to do some more improvements to this.. Making it a draft again.

Should be fine now. I get reliable left/right synchronization.

Making this a draft again, because playing from SPDIFRX causes some crazy side effects in my testing...

The strange behavior was resolved. I used the SPDIFRX symbol clock to drive SAI, and once SPDIF was disconnected, there was no way to switch SAI clock sources again. Therefore,...

I verified all offsets with `RM0041`

Apparently, multiple timer versions are not allowed at once. I am quite sure that the H7 parts do actually use timers of different versions. For example, I checked the `TISEL`...

I made a "fix" to allow mismatching timer peripheral versions in the chip generator.