This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about using dac

Hello Everyone

I am trying to generate sine and triangle wave forms using the inbuilt dac in lpc2148
but i am not able find solution sending the values to DACR

PLEASE HELP ME THANKING YOU

Parents
  • Hallo everyone,
    I have problem with communication over serial port.

    This is what I am having problem with:

    I need to make communication with device which has usb on rs232 convertor and fifo memory.

    I sent data to fifo memory in same time device read data from fifo memory.

    When micro (in device) sees that memory is full, it change state of CTS signal. CTS signal stays in that state until memory is half full.

    I have problem to write code in C that sends data to device but considering CTS.

    I send data as char byte array, memory is 4K , speed is 38400

    Does anyone have a clue how I can solve this mistery

    Milan

Reply
  • Hallo everyone,
    I have problem with communication over serial port.

    This is what I am having problem with:

    I need to make communication with device which has usb on rs232 convertor and fifo memory.

    I sent data to fifo memory in same time device read data from fifo memory.

    When micro (in device) sees that memory is full, it change state of CTS signal. CTS signal stays in that state until memory is half full.

    I have problem to write code in C that sends data to device but considering CTS.

    I send data as char byte array, memory is 4K , speed is 38400

    Does anyone have a clue how I can solve this mistery

    Milan

Children