User Activity

HAL_SPI_TransmitReceive_DMA() can lead to non-functional DMA when the following happens:RX DMA state readyTX DMA state busyHAL_SPI_TransmitReceive_DMA() gets calledThe result is that RX DMA will become busy and never recovers due to the logic in line...
Hi,I'm stuck at a problem when using a custom bootloader.What works:All ISRs get triggered when not using the bootloaderAlmost (sic!) all ISRs get triggered when using bootloader together with my applicationWhat doesn't work:BMDA_Channel1_IRQHandler ...
Kudos from