• Digital-to Analog Converter (DAC)
    Hi everyone I have question about DAC, I'm trying to make function generator with my LPC2378? I really don't know what PCLK_DAC is use for, can someone give some literature to read, or short explanation...
  • ARM LPC2378 USB Mass Storage Device
    Does anyone have experience with USB Mass Storage Device? I want to connect my arm device via usb cable to PC so my PC can read data from it?
  • Inline __asm function
    I want from my C code to read value of PC, an for that I want write inline __asm function. I wrote this           int Get_Add(void)                  {                       int Add;                  ...
  • serial communication
    hi friends iam working on cygnal mcus silabs, i need c programme of serial communication pc to controller.ialready used hyperterminal iam getting results but iwant to make my own menu driven software...
  • <serial communication>
    hi , I am trying to have a serial interface between 2 atmel 89c51 at a baud rate of 2400 using standard interrupt subroutine.The transmitter part is functioning properly but the reciever is giving me...