cancel
Showing results for 
Search instead for 
Did you mean: 

Missed HAL_DMA_ConfigChannelAttributes() calls in STM32N6 code

ERROR
Associate III

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?

 

1 REPLY 1
ERROR
Associate III
  if (HAL_DMA_ConfigChannelAttributes(&handle_HPDMA1_Channel12, DMA_CHANNEL_PRIV|DMA_CHANNEL_SEC) != HAL_OK)
  {
    Error_Handler();
  }

... such calls.