User Activity

The STM32H7 series has come with the concept of DMAMUX which is different from the older series. it looks awesome and better than the dma request mapping table.But I wonder if it can route multiple dma requests to the same dma stream or not?To be mor...
Posted on June 24, 2018 at 13:03Hi,I am using the Nucleo-H743ZI development board and trying to make an Interrupt driver for it. The driver has to support changing the vector table contents at runtime. So I made a copy of the vector table in the AXI...