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
 
Hi @CyberPit,
while testfitting the new York from @eclipsevl I notice that the spacing of the mounting holes for amanero don't align with the ones on the york.
The spacing on the ocativa is 24mm while the spacing on the york is 25mm. According to the spec of the Amanero COMBO384 25mm is the correct spacing.
Do you have a different Amanero board is this a mistake in the PCB design?

Best Regards,
Ludwig
 
@eclipsevl I have to say, the York is a very nice and suitable addition for the octavia. USB audio works like a charm ( I have only tested normal stereo I2s so far) and also the the adau configuration and live connection works very well and both over the same USB connection.
If anyone is looking into buying amanero, I would recommend having a look at the York.
 
Hello, I am resuming the use of OCTAVIA, and I encounter a problem of writing in the MEM in SPI. SS_M/MP0 always remains at 3.3Volts whereas it should go to zero volts in programming. I lose the data when I turn off the card and turn it back on.

Any advice?.
Thanks.
 
Hello CyberPit , still the same problems writing in the EEprom, but when I do an Erase Memory from DSP the program appears again and works,
when I turn off and on again I also have to do an Erase Memory from DSP.
Any idea?
I use a TINYSINE USBI JTAG DSP Programmateur Sigma DSP.

Thanks
Serge B.
 
Hello sb-San,

The DSP's SPI master port will write the EEPROM. This means the DSP does not overwrite the EEPROM somehow. In my case, the EEPROM could not be overwritten cause of unbootable junk code. (Even in this case, programming through DSP works correctly):headbash:

In this case, I turned off SELF-BOOT (short connection on JP1 during power-up) and then USBi connected. After overwriting EEPROM, the self-boot function comes back to work correctly.

I hope you will succeed in erasing the Zombi junk code... :zombie:

CyberPIt