HI, I have a BeagleBone Black card and I need to interface to another Processor through the I2C com port.
According to the data sheet on the AM335x CPU, the max speed is 400Kbps.
Is this a correct statement?
If the I2C ports are limited to 400Kbps, then I will need to use the SPI port.
Now, what is the fastest speed I can use the SPI ports at?
I need a minimum of 1mbps to transfer all of the pre-processed data to the BeagleBone Black module.
How can I do that reliably?