Hello,
I am working with the Twisted Pair Audio Opus DAC board with I2S Bus input and I2C Bus inputs. I have Visual Studio 2019 installed along with the SDK and WDK to write device drivers and have the audio driver testing code compiling on the Rock Pi X 4GB/128GB board running on Windows 10 Home 64bit OS.
It is ~50GB of development system and trying to find info is interesting. I have the Intel Atom X5-z8350 CPU SOC GPIO 40pin connector info and see the open I2S Bus pins on the board. The question is what are the names of the pins and how do you control them? I see things like portcls.h header for C++ that is supposed to be used, but wading through it is very interesting,
Any tips greatly appreciated.