• USART Char Send problem
    Hi… I am transferring “TEST” string from the USART 1 to the hyper terminal. But at hyper terminal end I get only the char “T”. After that microcontroller unable to transfer the data. Please go through...
  • Software reset for Dallas 390 continous mode
    Anyone now how can you perform a software reset on a Dallas 390 when it is in continous mode? The following suggested code does not work. ((void (code *) (void)) 0x000000) (); I believe this...
  • CMSIS DSP FIR filter for continous real signal
    Hello, DSP concept guys say, that it's time to use ARM Cortex-M microcontrollers for embedded DSP systems, so I looked at CMSIS library of filtering functions, and found that it is of block type. As you...
  • sending a bit of a char ro any port pin
    Dear friends i would like to know how to send any bit of a char to any port pin ie. unsigned char a = 0xAA; now at memory location for a will contains 10101010b can i send the bit 0 of "a" to P1_0...
  • I dont send any char to UART at LPC2378
    Hi, firstly i am sorry my bad engilsh. I have LPC2378. I write my code. I dont understand where is my problem..Help me please. Xtal=16Mhz Baudrate=9600 I have DOcklight program. I want to...