Problems with SPI Tx DMA transfer interrupt when code is located in other place than 0x08000000
Hello.I work with STM32L433CC and have the own bootloader that is placed at 0x08000000. It starts and jumps to 0x08002000. There is the main application.It seems that the application works proper. UART Tx with DMA works fine, UART Tx with DMA too and...