Libopencm3 interrupt table on STM32F4
问题 I'm using libopenCM3 for my project on STM32F4. I've used previously Standard Peripheral Library and newer Hardware Abstraction Layer developed by ST. In these libraries you have assembly file (startup file) with the definition of vector table. This is what I'm missing for libopenCM3. Can you please show me where to find this table? Or is it done some another way? I really need to use interrupts in my project. Thanks. 回答1: Can you please show me where to find this table? Interrupt vector