Question
How to stop DMA module from stm32f0xx_hal_conf.h?
Posted on November 29, 2016 at 05:49
Dear Sir,
I want to disable DMA module application from my project.Is there any relation it with flash module?I have tried to change /*#define HAL_DMA_MODULE_ENABLED, but still build error log says,../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h(134): error: #20: identifier ''HAL_LockTypeDef'' is undefinedAccording to document UM1749, HAL_LockTypeDef is basically use in data field.Dont you think, this error generates because of disabling DMA module?Is there any other way to deactivate it?Thank you .RegardsHasan