What is the best way to interface the Sitara AM1808 to the Debug port (Debug Clock and Debug Data) of the CC2530? Prefer a different method but has anyone done this by bit-banging out the interface using Linux?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
It may be difficult to connect one of the standard peripherals on AM1808 to the CC2530 debug interface. I recommend using the PRU to emulate the debug interface and offload this task from the ARM.
Also, if you are just using the debug interface for general communication between AM1808 and CC2530, you may want to investigate using UART or SPI instead. Both devices have UART/SPI peripherals built-in.