Question
NVIC_EnableIRQ() causes Hardfault
Posted on November 05, 2013 at 19:34
Hello,
I'm using a STM32-discovery Board equiped with a STM32F100RB. Till now all I'm trying to do is to call the Interrupt-Handler of TIM3. But when calling NVIC_EnableIRQ(TIM2_IRQn) the programm is always running into the Hardfault_Handler.Is there anybody who knows the reason for this behaviour?thanks, Klaas.