Strange Issue with startup_stm32f072xb.s and stm32f0xx_it.c order?
Hello,
I have a strange issue!, so my project is using cmake to build and it is in c++. Everything is working if i set the startup script (startup_stm32f072xb.s) before stm32f0xx_it.c
But if i set it after stm32f0xx_it.c, than nothing happens it is like the mcu freezes or not even start.
As I know the order is irrelevant? Or am I wrong?
