• Configuring wait states
    I am using externel memory eprom for data storage , we couldnt fetch the data from the externel memory. So it seems the problem is with the speed of executon. So please help me configure WAIT STATES...
  • about PIN configuration in LPC1768
    Hi, I have started to program with lpc1768. In an example code in keil. I see that in this function it defines the pin P0.25 both GPIO and AD0.2, is it possible? Also I cant figure out how does this...
  • HY-LPC1788 not configurable pins
    Hi all, I have recently purchased an HY-LPC1788 development board. I'm experimenting with ADC's but some channels seem not to respond to setup code. Just to semplify I've configured all ADC pins as...
  • uVision2: Can't set watch on 'state'
    My 'C' program has a variable called 'state'. It compiles & runs OK, but uVision won't let me set a watch on it: WS 1,state -----^ *** error 10: Syntax error I presume that 'state' must have some...
  • Reading Pins
    Dear All, I've tried to read the pin of Port1 , but i failed . I should write one to it right ? , how do i read a one again ? If i tried to write the following code,it works without checking the...