Part Number: AM3358
Other Parts Discussed in Thread: ADS1115
We have an prototype system using the BeagleBone Black which is based on the AM3358 SOC.
We are running Debian Linux Buster and write our code in C.
The application currently reads two channels of the ADC (TSC) with a PRU using C code. The code sets up the ADC and then triggers the read.
We need to read a third channel but need to read it with C code running on the ARM section of the SOC. Before putting a lot in to this, a) is this possible, b) will there be issues with conflicts and c) if so, what is the best practice for doing this, if indeed there is one.
Thanks!