|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Digital Line Level DACs, Digital Crossovers, Equalizers, etc. |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#521 |
|
diyAudio Member
Join Date: Dec 2004
Location: Israel
|
The clock select is in the firmware, sent out by I2C as well as some other nice features. You may tap it "as is" from ENA pin of oscillators which are there too although they may not shut one of 'em down...
The tricky part of it is to use the connector as is, without extra hacking, as the hacking thing turns the project into ugly nest of wires and PCB cuts - i don't like it... Or just drop the anamero and go with CM, they are cheaper, available and seems okay for the task, yet their clocks seem a bit on the high side /50M?! cmon, it's audio!/ "less of 50ohm" (source termination) is taken of sum of source impedance of IC driving the line + this resistor = characteristic impedance of the line. End terminating resistors should be equal to transmission line impedance, so no 22ohms are allowed there.
__________________
The missing link between lead and gold in alchemist's world was BS and commerce. Last edited by s3tup; 2nd February 2013 at 01:46 PM. |
|
|
|
#522 |
|
is choosing a less facetious title...
diyAudio Member
|
ahh yes you are correct I was thinking of the source impedance. all the same I normally see 47ohms at receiving end and 22-33ohms at the source.
re the clock select and stuff in FW, told ya there was some interesting stuff there. Last edited by qusp; 2nd February 2013 at 01:43 PM. |
|
|
|
#523 | |
|
diyAudio Member
Join Date: Jun 2007
|
Quote:
My amanero schematic labels its as the 64-cell version, but reverse engineering it should be entirely feasible but I only see a point in that if the MCLK can be pushed down in frequency as the highest you'll ever need with a NOS 1541 is 6.144M, but I find that possibility unlikely as the controller looks to use the mclk rate. Last edited by Tazzz; 2nd February 2013 at 04:45 PM. |
|
|
|
|
#524 | |
|
diyAudio Member
Join Date: Jun 2007
|
Quote:
|
|
|
|
|
#525 | ||
|
diyAudio Member
Join Date: Jan 2008
|
Hi,
I've here a nice PCB from Mr Rogic with just the TDA1541A section populated, and also one of the OEM M2Tech asynch USB boards. I've been using the two together with good results, and recently removed the isolator (I2S) which improved things further. So why stop now, I'd like to try Thorstens recommendations listed below from the same thread, and I'm needing some clarification. Any advice is welcome Quote:
Ok so far. Quote:
And the sources Fs64 BCK divided /8 non-inverted signal now feeds the TDA1541A - which is just 352.8kHz at 44.1kHz sampling rate. Is that too low? Is there any chance that 64Fs wasnt supposed to be divided, only inverted and then fed to the reclocker?. DEM reclock would then be 2.82MHz at 44.1kHz (supposed to work fine) but more to my attention is that BCK to 1541A would also 2.82Mhz - which seems quite normal. Quote:
Regards, Shane |
||
|
|
|
#526 | |
|
diyAudio Member
Join Date: May 2012
Location: Vancouver
|
Quote:
With the reclocking, I fed the 74HC4040 with BCK directly from my USB/I2S converter (WaveIO), divided it by four, and then sent that to the 74HC175. The 74HC175 then outputs the reclocked BCK/4 and inverted BCK/4 to the TDA1541a dem circuit. The 74HC175 is therefore fed WS, DATA, BCK, and BCK/4 and outputs reclocked WS, DATA, BCK, BCK/4, and inverted BCK/4 to the dac chip. You can also try other frequencies for DEM reclocking as suggested by Thorsten by choosing different outputs of the 74HC4040. BCK/4 works for my dac, but I have not tried higher frequencies. Another thing to note that I have discovered in my research is that if you reclock synchronously, only one flip flop is needed but if you reclock asynchronously, it is recommended that the signals are reclocked with two flip flops in series, for reasons of metastability. On my dac I am reclocking asynchonously since I did not want to use MCK from my WaveIO after it passed through the I2S isolator, so I added another 74HC175 after the fact by piggy backing onto the first 74HC175 (not pin for pin, some wiring needed), and reclocking with a 12MHz Tent clock that is on a DDDAC USB/I2S receiver that I no longer use. I also found out that the 74HC175 has a maximum operating frequency of about 30 to 35 MHz, depending on Vcc. So if you are contemplating reclocking with a high frequency clock, the 74VHC175 is the better flip flop to use. I will probably do that in the future and try reclocking with a 100 MHz clock. My experience with I2S isolation appears to be different from yours. I started out with no isolation and found ground noise at approximately 180 kHz and 0.5 volt on the dac ground. The noise was traced to my USB hard drive power supply. I then implemented the I2S isolation on the WaveIO and the biggest difference soundwise was a huge reduction in high frequency harshness. The 180 kHz was also no longer present on the dac ground. |
|
|
|
|
#527 | ||||
|
diyAudio Member
Join Date: Jan 2008
|
Quote:
With the 74HC175 I take it that Q with a line above it represents the inverted output for any given input, and therefore can see now how you get 5 outputs from something that has 4 inputs. Can you think of any issues with using 74HC4040 for BCK/8?. This would have fDEM at 352.8kHz for 44.1kHz and 705.6kHz with 88.2kHz. Quote:
Is there a problem using a clock who's frequency is not a direct multiple of the sampling frequency? ie. 22.5792MHz MCK = 512 x 44.1kHz, 12MHz is 272.11 x 44.1kHz. IIRC Thorsten mentioned "the clock in the source should have a very good fully seperated supply", is it safe to assume that he was using MCK from the source device as the clock for the re-clocking circuit? Where he says "As the I2S attenuator circuit will pose a load onto the reclocker IC (and through it on the supply) it is best to add the same components to the unused output, where they balance the load, so we do not see any PSU load change if the outputs change state. Which unused output is he referring to here? - The only unused outputs on the reclocker are the inverted WS, DATA and BCK. I guess it must be those. If this is the case, is he's just biasing up these outputs to the same level as the uninverted ones that go to the 1541A, using a duplicate of the resistor divider in the attenuator circuit, or is he actually loading them down somehow, using the same series resistors and some shunt element which repesents the load of the 1541A's inputs (or both?)? Quote:
Quote:
Would you happen to have a schematic of how you've implemented your solution, or at least how to connect up the 74HC4040, 74HC175 (what to do with CLR and MR respectively) etc etc. Thanks, Shane |
||||
|
|
|
#528 | ||||||||||
|
diyAudio Member
Join Date: May 2012
Location: Vancouver
|
Quote:
|
||||||||||
|
|
|
#529 |
|
diyAudio Member
Join Date: Jun 2007
|
The mening of "synchronous" is that the clocks have a fixed phase relation possibly with a integer division so just having two clocks with the same frequency does not guarantee they being in phase
Asynchronous reclocking ads copious amounts of random jitter but as long as it does not have a relation to the data being converted it transfers to the analog domain as a degraded noisefloor. |
|
|
|
#530 |
|
diyAudio Member
Join Date: Jan 2008
|
Thanks, Ben.
All of that makes good sense, and if a lower frequency for DEM is a better place to start, then 64Fs BCK divide by 8 is what I'll try first. The only question I have, how to set 74HC4040 to divide by 8?. Here is what I plan to try once I know how to set the divider up. Hopefully it resembles accurately everything that has been suggested. As always, any comments are welcome. **edit - 74HC4040 CLK is supposed to be BCK and not MCK from the USB > I2S device as drawn. Regards, Shane Last edited by Ceglar; 11th February 2013 at 08:32 AM. Reason: tech |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Raindrop Hui TDA1541A DAC Kit | wushuliu | Swap Meet | 24 | 13th April 2011 01:04 PM |
| which clock for analogmetric tda1541A dac kit | Chilli6565 | Digital Source | 4 | 6th May 2010 12:41 PM |
| FS: AYA DAC Rev 2.0b TDA1541A Non-Oversampling DAC kit or complete | krishu | Swap Meet | 0 | 17th December 2009 09:33 AM |
| Recommend a DIY tda1541a dac kit? | boidos | Digital Line Level | 2 | 6th August 2009 01:43 PM |
| TDA1541A Chineese DAC KIT | UV101 | Digital Source | 8 | 10th February 2009 10:46 AM |
| New To Site? | Need Help? |