
Registered on : 01-18-2009
Messages : 42
OFF-Line
|
Hello,
It's strange that don't work be careful if you have right enable your interupt, check with examples of the libraries, and be careful with the priority of interrupts and don't forgot to enable the EXTI line after the interupt priority definition, and you have to enable them too in the GPIO_Configuration, but if you have followed the examples, it's normally OK. Maybe, the interupt is OK but don't do what you want. Try to increment a value in the interupt process ( stm32F10...-it.c) of your external interrupt in order to see if the program go in your process. I know when I tryed to make external interrupt, it was not working for the first time. And maybe it is because you have not configured the output as a Pull down or pull up output for your configuration, and maybe you have not configured your GPIO pin in a external interrupt, lot of things can't work, if you want send your program in attached files.
Bye
|
|
|