• GPIO
    can any one explain the difference between REGULAR PORT and FAST PORT in LPC2366.Thanks in advance.
  • Open AT
    hey any one have worked for Open AT software for wavecom modem
  • About GPIO
    Hi, In cortex-M3 programs, they have mentioned like LPC_PINCON->PINSEL0&=~(3UL<<30). Please explain this line. I need to know what is the full form of UL and its use.. Thank You,
  • LPC1114 GPIO
    In LPC1114 if we configure P0_10,P0_11,P1_0,P1_1,P1_2,P1_3 these pins as GPIO , and toggle simulator wont show changes in status bit , same things happens if we check in actual hardware. Same snap of...
  • 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...