stm32-rs / stm32g4xx-hal

Peripheral access API for STM32G4 series microcontrollers
Apache License 2.0
66 stars 48 forks source link

DMA stream/channels #145

Open burrbull opened 2 weeks ago

burrbull commented 2 weeks ago

Why DMA channels named as Stream. It is terminology from F4/H7.

Compare.

H7: изображение

G4: изображение

usbalbin commented 2 weeks ago

So in H7 it is stream 0-7, while G4 is channel 1-8?

burrbull commented 2 weeks ago

Yes, also channels have execution priority when streams are more independent.