Question
LL code generated by cube MX interrupt vector table not linked.
I am using custom board with STM32G030F6P6. Used Cube Mx to generate code with LL library. Interrupts not working, I need to add this SCB->VTOR = FLASH_BASE; in main.c
Even after this also ADC DMA interrupt wont work. Need to rewrite the ADC_Init() to get it work.
Just keeping you informed. Same thing happened with STM32G030C8T6 also
