Other Parts Discussed in Thread: TMS320F28027
Hi,
I'm using C2000 launchpad board (with tms320f28027 mcu).
I used (C:\tidcs\c28\DSP2802x\v121\DSP2802x_examples_ccsv4\scia_loopback_interrupts) example. But I don't understand why, when I change length of the message, I don't receive data correctly. Example is with two 8 bit characters, if I prolong the message to 3 members then it still receives correctly, but if it's 4 or more characters, then data is not received correctly.
The whole example is implemented in loopback mode, so the line latency is minimal. I think this has something to do with send and receive interrupt overlap.
If someone could help me about this I would appreciate it a lot.
Regards