Page 1 of 1

[patch] DMAMUX Macros for SAI are inconsistent on STM32H7xx  Topic is solved

Posted: Tue Mar 16, 2021 8:26 pm
by equinox
Hi,

The names of the DMAMUX request sources for SAI3 and SAI4 use a different naming scheme than SAI1 and SAI2.

STM32_DMAMUX1_SAI1_A vs. STM32_DMAMUX1_SAI3A

The attached patch changes the names for SAI3 and SAI4 to follow the naming scheme of SAI1 and SAI2. Of course i don't really care which version is used but i think all for SAI units should follow the same naming scheme.

regards
christian

Re: [patch] DMAMUX Macros for SAI are inconsistent on STM32H7xx

Posted: Tue Mar 23, 2021 2:59 am
by FXCoder
Fixed as bug #1149 in trunk.
Back ported to 20.3.4.
--
Bob

Re: [patch] DMAMUX Macros for SAI are inconsistent on STM32H7xx

Posted: Fri Jun 04, 2021 11:25 pm
by Guillaume227
Incidental question: I don't see a 20.3.4 version released from the github mirror:
https://github.com/ChibiOS/ChibiOS/releases
When is github updated?

Re: [patch] DMAMUX Macros for SAI are inconsistent on STM32H7xx

Posted: Sat Jun 05, 2021 4:34 am
by Giovanni
Hi,

20.3.4 has not been releases yet, fixes are done in the 20.3.x branch until release.

Giovanni