diff options
author | Yuuki NAGAO <wf.yn386@gmail.com> | 2025-06-29 13:34:09 +0900 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-08 13:52:22 +1000 |
commit | f3c56c81eaeb197e7765514b8e3c3aed731f8c5f (patch) | |
tree | 6c3927973d4a9ed10eead4e26cc0aacb655d5bc8 /lib/stm32lib | |
parent | 168e2c8f66d9cfb8c5212fc236aa645ad8275876 (diff) |
stm32/irq: Change SPI IRQ priority to be higher than DMA IRQ.
On STM32H5/STM32H7, SPI flash cannot use as storage device with DMA. SPI
interruption may not be genearated even if DMA transfer has been done.
This is due to lower priority of SPI interruption than DMA.
This commit changes SPI interrupt priority more higher than DMA's priority.
Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
Diffstat (limited to 'lib/stm32lib')
0 files changed, 0 insertions, 0 deletions