FreeDSP OCTAVIA

Hi tomhrbek-San,

Yes, please try debounce=2 or 3 something like this way...

スクリーンショット 2024-04-17 22.25.18.png

CyberPit
 
Hi @CyberPit yes, it's better, but the potentiometer isn't as responsive.
Debounce 3 and potentiometer AUXADC0 in the same position, sometimes a different value appears there:
Param Value: 0.78515625
Param Value: 0.7861328125

And here's how AUXADC5 behaves with debounce 3:
Param Value: 0.1982421875
Param Value: 0.2001953125

Does it happen to you as well, or is it just an anomaly on my hardware?
Do you also use such debounce? It's only a 10-bit AUXADC, but I still feel like something is wrong.

Many Thanks, Tom
 
Hi,

I've tested York with ADAU1452 in 8 channel TDM mode. Here is the working configuration:
tdm8_cfg.png


(York v1 does not support TDM8 right now, it needs one wire to be soldered and a firmware update. I plan to do the fix by end of May for v1)
With clocking from on-board oscillators (which are 22.5792 and 24.576 MHz) max Fs in TDM mode is 48 kHz, with PLL clocking it can be up to 96kHz.
Since in FreeDSP masterclock is generated by ADAU and not connected to Amanero header, ASRC usage is mandatory. So it does not really matter which clock to use for York (in regards to clock's phase noise). So PLL clock is better option in this use case.

Here is my test setup: post

TDM signal look like this: pink - data, yellow - wck. Only two channels are active at this waveforms:
photo_2024-05-11_10-33-19.jpg
 
  • Like
Reactions: 1 users