multiple interrupt hard fault
Hello,I'm using an stm32f411ce in an application that includes an external interrupt, a uart DMA TF interrupt and a systick interrupt. with the external interrupt in the highest priority and the systick in the lowest respectively. The code runs for a...