Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: the_pman

Search: Search took 0.00 seconds.

  1. Hi jpshea. On reset the DAC0_C1 BFMD field is set...

    Hi jpshea. On reset the DAC0_C1 BFMD field is set to 0 => Normal Mode => circular buffer mode. The descriptions of the modes are on page 736 of the manual.
  2. Thanks Jp3141. You are so right. The old...

    Thanks Jp3141. You are so right. The old off-by-one error. I believe the original code would have worked with "if (lutndx == LUT_SIZE) lutndx = 0;" (with the lutndx++ left in place).
    Also, I didn't...
  3. Thanks Richard. At this time I have no need to...

    Thanks Richard. At this time I have no need to use the ADC functionality of the chip (although I could see myself using it in the future). Just looking at the hardware registers and configuration for...
  4. Very Stable DAC Output using PDB (Programmable Delay Block) and DAC Buffer

    Hello to all.

    This is my first post and I hope you'll go easy on me. I spent a lot of hours experimenting with the DAC and the PDB (Programmable Delay Block) to drive the DAC. Perhaps this will...
Results 1 to 4 of 4