Skip to main content
Senior
July 22, 2025
Solved

Missed HAL_DMA_ConfigChannelAttributes() calls in STM32N6 code

  • July 22, 2025
  • 2 replies
  • 317 views

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?

 

2 replies

ERRORAuthor
Senior
July 22, 2025
 if (HAL_DMA_ConfigChannelAttributes(&handle_HPDMA1_Channel12, DMA_CHANNEL_PRIV|DMA_CHANNEL_SEC) != HAL_OK)
 {
 Error_Handler();
 }

... such calls.

ERRORAuthorBest answer
Senior
July 28, 2025