Other Parts Discussed in Thread: TLC2578
Hi,
I'm trying to work with TLC3578 through SPI.
The CPU is DSP C674x.
My problem is that the bytes I'm getting back from the ADC don't make much sense to me.
Basically, I repeatedly send commands, each consisting of 2 separate bytes. In pseudo code-
In loop:
{
CS LOW
send 2 bytes (for example 0xb000), store 2 bytes from rx
small delay
CS HIGH
}
So, for a sanity check, is there a simple transmission I can do for which there's a known answer?
Thank you,