RTEMS | bsp/stm32h7: fix DMA allocator IRQ handling and stream boundary check (!1196)
Kinsey Moore (@opticron)
gitlab at rtems.org
Fri Jun 5 02:45:36 UTC 2026
Kinsey Moore started a new discussion on bsps/arm/stm32h7/dma/dma-allocator.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1196#note_151966
> index += dma_channel_offset / dma_channel_size;
> dma_mask = 1 << index;
>
> + if (ctx->irq_installed) {
If an application is attempting to free a DMA channel that it does not own, that is an application bug and should not be ignored.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1196#note_151966
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260605/2398be3b/attachment.htm>
More information about the bugs
mailing list