Search found 4 matches

by aseger
Tue Sep 11, 2012 11:12 am
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 6290

Re: MOD54415 DAC Analog Output

I found one final register which needed to be set:

Code: Select all

sim1.ccm.misccr2=0xA8A3;
Now the onboard DAC seems to work relatively well, but I will probably implement the glitch filter next.
by aseger
Tue Sep 11, 2012 9:46 am
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 6290

Re: MOD54415 DAC Analog Output

Thanks for the input. I have already set the pins from ADC to DAC using

Code: Select all

sim2.adc.cal=0x1;
,but I will check the GPIO section as well to see if I missed something.

Thanks
by aseger
Mon Sep 10, 2012 5:54 pm
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 6290

Re: MOD54415 DAC Analog Output

I did connect the reference voltages to a power supply (used about 2.2V). I still did not see anything on the output though.
by aseger
Fri Sep 07, 2012 10:39 am
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 6290

MOD54415 DAC Analog Output

I just recently received a MOD54415 and the the demo board for it. I have been playing around with it for a few days and would now like to try generating an analog voltage using the onboard DAC. Does anybody have any experience with this? Here is the code that I have written so far, which is meant t...