Hello, I have a curious situation that I'm hoping to get a solution for. I have a colleague who is working with the ADC1640EVM. I'm not entirely sure how it is being used. What I do know is they would like to be able to use the board without the use of the PPC3.
Currently. What they are doing is launching PPC3, enabling the card, then using a Python script that utilizes the soundcard package to read information off the board.
What they would like to be able to do, is activate the card outside of PPC3 via the Python script and then make some simply adjustments such as sample rate rate as one example.
Is there a python package available? Is there any SDK that we can use to interface with the board ourselves?