Associate III
July 14, 2022
Solved
Incorrect order of initialization STM32H753
- July 14, 2022
- 14 replies
- 3666 views
The ADC and SPI use the DMA, but the CubeIDE initialize the DMA at last ant the SPI initialization fails. See screenshot.
CubeMX Version 6.6.1
Please fix this mistake. Attachment, the Screenshot.
The second problem: I cannot chage the "Rank" order from initialization.
The correct rank will be:
- first "SystemClock"
- second "GPIO"
- third "DMA"
- then the rest.
Other controllers like STM32G484 is the CubeMX code generation correct.
