Prop Questions
Cenlasoft
Posts: 265
Hello,
I encountered a few problems with two of the objects at the OBEX. The ADC 12 bit 2 channel 3202-B object has the clkmode set to xtal1 + pll14x and I want to use the synth object with it (for 165 khz) and it has a clkmode of xtal1 + pll116x.
I get some funny results. Can someone explain how to fix it? Is the lower clk needed for the adc object?
Thanks,
Curtis
I encountered a few problems with two of the objects at the OBEX. The ADC 12 bit 2 channel 3202-B object has the clkmode set to xtal1 + pll14x and I want to use the synth object with it (for 165 khz) and it has a clkmode of xtal1 + pll116x.
I get some funny results. Can someone explain how to fix it? Is the lower clk needed for the adc object?
Thanks,
Curtis
Comments
Not that it helps you, but I ran into the same exact issue. My program hangs at the command MCP3202.start(dpin, cpin, spin, %0011). I am almost sure it has something to do with fact that my object is using xtal1 + pll16x but the demo object for the MCP3202 uses XTAL1 + PLL4X.
Does anyone know how to make the MCP3202 object work with a XTAL1 + PLL4X frequency?
Thanks,
Karl
I think your right. I had to use the pll16x for my synth object in the same program I wrote.
Thanks,
Curtis