Hallo Ich bin auf die neue ST-FwLib 3.3 Umgestiegen... Doch nun vermisse ich zb die nvic header datei... Wo finde ich denn nun die Interrupt tabelle? Der Compiler meldet immer: 'TIM2_IRQChannel' undeclared (first use in this function) Folgendes habe ich Included:
1  | #include "stm32f10x.h"  | 
2  | #include "misc.h"  | 
3  | #include "stm32f10x_rcc.h"  | 
4  | #include "stm32f10x_gpio.h"  | 
5  | #include "stm32f10x_flash.h"  | 
6  | #include "stm32f10x_tim.h"  | 
7  | #include "stm32f10x_exti.h"  | 
Danke schonmal