• port setting
    Hi, I want to use port 2 of 167 on MCB net board for two peripherals, one for keyboard interface and other for lcd interface. Please suggest some code on how to access the same port in parts. regards...
  • Setting port as output, turn on led
    Hello everyone. I have an evaluation kit EKK-LM3S9B96. I try to write simply program, just turn on led. I think i do it good and i don't know where i do mistake. #include <LM3Sxxxx.H> int main()...
  • How to set a conditional breakpoint on a register value?
    I need to set a breakpoint when R2 is written with some known data. how can I achieve this in Keil v5? Thanks! Rahul
  • setting of MR0 value for timer0
    Hello, In timer concept I want to clear a thing to load a value for MR0 for example of 1 seconds.For 1 seconds I used to load a value for MR0 using the following calculation, F=12Mhz(PCLK) ...
  • to set a pin value
    i am working with lpc2129 to control dc motor i have a problem to set a port pin value to 1 and then to 0 PINSEL0_bit.P0_7 = 0x00; i use the above code but it post an error saying that PINSEL0_bit...