• need help for set LED state
    hello, controller: xc161cj i need help to set a LED state: prototyp: void AAU_Fv_SetGreenLEDState(int Ai_State); paramter: Ai_State 0 = LEDOFF 1 = LEDON on port P4_P5. open drain ...
  • 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...
  • 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...
  • need help for set LED state
    hello, controller: xc161cj i need help to set a LED state: prototyp: void AAU_Fv_SetGreenLEDState(int Ai_State); paramter: Ai_State 0 = LEDOFF 1 = LEDON on port P4_P5. open drain ...
  • How to set the serial state of USB CDC
    Now I am working on LPC2468. I need to implement a USB CDC device. I changed the sample code from Keil for LPC2368. The sample code transfers data between UART and USB. For I don't need the UART, I remove...