• GPIO Interrupt - LPC1788
    InThe Name Of Allah Hi I was Downloaded LPC1788 CMSIS and use GPIO Interrupt Project and run keil Debugger. Problem is that GPIO Handler Never Call. NVIC_SetPriority(GPIO_IRQn, 1); NVIC_EnableIRQ...
  • GPIO Interrupt - LPC1788
    InThe Name Of Allah Hi I was Downloaded LPC1788 CMSIS and use GPIO Interrupt Project and run keil Debugger. Problem is that GPIO Handler Never Call. NVIC_SetPriority(GPIO_IRQn, 1); NVIC_EnableIRQ...
  • GPIO voltage problem
    Hi, I have written this code.Stm32F107 #include <stdio.h> #include <string.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_tim.h" void delay(void){ int i,j; for...
  • GPIO voltage problem
    Hi, I have written this code.Stm32F107 #include <stdio.h> #include <string.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_tim.h" void delay(void){ int i,j; for...
  • Problem with lpc1788 debug
    Hi, I get the exact same problem, what this post has mentioned: http://www.keil.com/forum/16410/ But the solution suggested dint work out for me. I just downloaded nxp library, i included file...