Hi all,
I am writing my first non-CircleOS application and I hit the wall.
My Systick interrupt is not working. The program is executed properly until the interrupt occurs and then the PC goes to 0 and program hangs. It seems like there is no vector table initiated. My question is: how to do it? I have stm32f10x_it.c added to my project but it seems that it does not produce the vector table.
Is there any proper documentation on how GNU compiler work? Their website seems a mess. Any proper pdf?
Maciej