• Controling GPIO.
    How To Assign a Variable To Single Pin In GPIO In IAR I Can Write Code Like Following: #define rs IO1PIN_bit.P1_24 #define rw IO1PIN_bit.P1_25 #define en IO1PIN_bit.P1_26 But I Want To...
  • GPIO
    can any one explain the difference between REGULAR PORT and FAST PORT in LPC2366.Thanks in advance.
  • How to get GPIO status?
    hi how to read a gpio status ? in order to know if it is high or low on stm32,the gpio(PA2) is configured as a extern interrupt and floating input,. it link to the data pin of infrared receiver.is...
  • How to check status of GPIO
    Hi im using LPC2148,keilc v3, here i don't know How to check the status of single bit in GPIO?
  • How to view GPIO window?
    Hello, i'm running the blinky example code in ..\Keil_v5\ARM\PACK\ARM\CMSIS\5.0.1\CMSIS\RTOS2\RTX\Examples\Blinky Can anyone tell me how to view the Port Pins of the device? The under Manage...