• How to enable GPIO PIN interrupt in LPC1837
    Hi, I am trying to enable GPIO PIN interrupts using following procedure, But not getting why flags in IST itself not setting. Please anyone point what went wrong here my code: NVIC_DisableIRQ...
  • direct referrence to GPIO pins
    another newbie question. I have a piece of code that I am porting from PICC. In PICC, you can make reference to specific pins ("#define sclk GPIO5" for example), and in your code, you can write to...
  • STM32 GPIO PA8 to PA15
    Hi, I am trying to interface clrc632 chip to STM32 GPIO PA0-PA3 AND PA11-PA13(interfacing D0 to D8 datalines of clrc632 chip) I have to write register values to these line and then read them when I use...
  • Configuring LPC1114 pins as GPIO's
    Hi, How to configure P0_10 and P0_11 pins of LPC1114 as GPIO's.
  • Unable to run my program on STM32 without manually switching bootloader pins
    Hello, With STM Cube MX I have generated a template code for my STM32F103C8. If in MDK-ARM uVision I write a simple Blink program and flash it to my device with boot0 to high, I can upload the code...