Open
Description
mbed-os/targets/TARGET_STM/stm_dma_utils.c
Line 634 in e712230
When using SPI with DMA and "transfer" in an ISR the first time it's called malloc will be called and fail as it's not allowed.
You can workaround it by ensuring you have used transfer before even if it's a dummy transaction.
Perhaps we should link during enabling DMA or SPI object creation?
Metadata
Metadata
Assignees
Labels
No labels