• Can you give me a quote on RL-ARM?
    hi, Could you give me a quote on RL-ARM(including source code of RL-RTX and library of TCPnet?) Thanks, Ji
  • Correction
    Hi guys, Thanks for the help! Last night, I was lying in bed and came across the manual section it stated that you need to declare & define the code variable in one statement. I think I had read...
  • Can you give me a AGSI uVision3 for arm appnote?
    just like app154
  • is this procedure correct ?
    unsigned char read_val1; unsigned char read_val2; unsigned char read_val3; void send_uart(void); void send_uart() { #pragma asm S1 EQU 08H S2 EQU 09H S3 EQU 0AH S4 EQU 0BH E1 EQU 0CH...
  • My LCD routine doesnt work , simulator give correct answer
    #include <LPC214X.H> //Control lines connected to P0.0, P0.1, P0.2, nad data is connected to P0.4,P0.5, P0.6, P0.7 #define LCD_DATA 0x000000FF #define LCD_SET IO0SET #define LCD_CLR IO0CLR /...