2025-07-22 2:39 AM
Hi,
After STM32CubeMX update to the 6.15.0 version, the HAL_DMA_ConfigChannelAttributes() calls get removed in the generated FSBL and Appli (secure) code while no changes in the *.ioc file have been made.
Could you please elaborate on the behavior and consequences?
2025-07-22 2:42 AM
if (HAL_DMA_ConfigChannelAttributes(&handle_HPDMA1_Channel12, DMA_CHANNEL_PRIV|DMA_CHANNEL_SEC) != HAL_OK)
{
Error_Handler();
}
... such calls.