Question
STMCubeMX STM32F411RE MX_DMA_Init()
Posted on March 10, 2015 at 01:47
I have created an STMCubeMX project for the STM32F411RE Nucleo board and it is going pretty well until I tried to use DMA. I do not get very far because in no case does the MX_DMA_Init() function get created. The function is declared at the top and called in main(), but it is never defined. This happens whether I set up DMA for ADC1 or for UART2 TX or for both of them at the same time.
This seems like a fairly fundamental problem to be having. Has anyone else encountered this or know of a solution? I am running the standalone STM32CubeMX 4.6.0 with STM32F4 package version 1.4.0. I am running this on Linux and generating source for TrueStudio 4.3.1. (I am building on Eclipse with the GNU ARM Eclipse plugin.) #stm32cubemx-hal-mx_dma_init