Resolved! STM32H7 Hardfault when DMA is used with Optimization to speed is open
I'm working on a project using an STM32H7 series MCU with FreeRTOS. I've customized the .ld file to configure the stack and have set up the internal ADC and DMA to continuously read and store ADC values. I've statically assigned the DMA data register...