The following message pops up when installing/updating STM32CubeMX. ...but what should I do if want the installation to complete successfully, and not abort / terminate (in an incomplete state) ?
I would have expected CubeMX to include/generate a line, for example like: LL_DMA_SetPeriphAddress(DMA1, LL_DMA_CHANNEL_3, LL_USART_DMA_GetRegAddr(USART3, LL_USART_DMA_REG_DATA_RECEIVE) );
Thank you for answer, but I submitted this as a bug-report because I think MX should set the correct circular mode DMA device address -- it is counter intuitive for me that is does not when given all the necessary input. Currently this part is like ...