aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/memory.x
Commit message (Collapse)AuthorAgeFilesLines
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-3/+3
| | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses.
* Updated WL examples to use new APIDion Dokter2024-08-051-0/+15