User Activity

Hi, I am wondering why STm32CubeMX in some projects will generate the correct order of MX_DMA_Init() before MX_USART6_UART_Init(), but in other projects it will reverse that order. if the order is reversed, then the DMA will not work.I have looked i...
I am working with IAR EWARM 9.10.1 and STM32CubeMX 6.2.1 on a NUCLEO-H743ZI2.To reproduce:Create NUCLEO-H743ZI2 project in STM32CubeMXGenerate itStart IARDownload to target (compile & flash succeed)Change something in IAR, e.g. add a source file to p...