I don't want to setup the vector table for all my external interrupts. For instance I only need the timer4 IRQhandler at IRQn 30. How can I make an offset in the table? Is this necessary?
yasuhikokoumoto very much appreciated. I forgot about the .ALIGN 7. Great.