Posted on May 17, 2011 at 13:30awesome! Quote: probably this file depends from which directory you took. Assume you have the GCC setup (and not tasking) at line 64 you see: .section .text.Reset_Handler .weak Reset_Handler .type Reset_Handler, %func...
Posted on May 17, 2011 at 13:30I'm using startup_stm32f10x_hd.s as startup file. The description of the default_handler says: Quote: @brief This is the code that gets called when the processor receives an * unexpected interrupt. This simply enters ...
Posted on May 17, 2011 at 13:30First of all you are right, I'm using HiSim. I tried the SFR Window to set the port to trigger the interrupt (referring to the output window it does the same) but it didn't work. Finally the STM3210 EVAL board and a hi...
Posted on May 17, 2011 at 13:30Hello Guys, I'm trying to get external interrupts working. Since I don't have any hardware yet, I debug my code using HiTop 5.31. The ISR isn't called and the pending bit for the interrupt, generated by software, isn't...