• Masked GPIO Access on LPC1343
    This is probably a really dumb question, but you have to start somewhere. I want to use the masked access feature on the LPC1343. Right now I am using this code to write to all of the bits. ...
  • Masked GPIO Access on LPC1343
    This is probably a really dumb question, but you have to start somewhere. I want to use the masked access feature on the LPC1343. Right now I am using this code to write to all of the bits. ...
  • Help.............Unable to access GPIO (which multiplexed with I2C)
    Hi, I am using LPC1114. In this, Port0.4 & Port0.5 are multiplexed gpio & i2c pins. These pins are not acting well,even though I configured them as GPIO pins only... Please help me out...
  • Help.............Unable to access GPIO (which multiplexed with I2C)
    Hi, I am using LPC1114. In this, Port0.4 & Port0.5 are multiplexed gpio & i2c pins. These pins are not acting well,even though I configured them as GPIO pins only... Please help me out...
  • GPIO and ADC variables (Which is created by me) are assigned memory addresses are overlapping and making GPIO data to toggle
    Hi, I am using keil rtx5 for lpc4357 controller. Where I am trying to read data from adc and gpio pins. I created two threads. one is reading adc data and storing in a 64 bit structure. And other is...