Migrated from v1.7.0 and main.c removed the #include "spi.h" which was just a compile warning with MX_SPIx_Init() where x is 1,2,3,4. Chip used was STM32F723ZE
So I had this same problem but an older version build from the Atollic version did not have this problem. Your solution had me look at SystemInit() so in Atollic it had following so VTOR was set /* Configure the Vector Table location add offset add...