Hi everybody,
I have TMS320C2000 Experimenter's Kit wiht TMS320C28346FET microcontroller. The tx part of example is working and I can receive data from processor (TX). The problem is with data from PC (RX). I realize, that some registers are not filled properly. In example is:
SCICTL2 = 0x0003 SCIFFTX = 0xE040 and SCIFFRX = 0x204F
what I get is
SCICTL2 = 0x00C3 SCIFFTX = 0xE080 and SCIFFRX = 0x200F
I do not know if this is problem why I cannot receive data to processer, but definitely it is not right. Can anybody please help me?