Hello, to test the serial connection, I ran the light sensor -> serial demo application, found elsewhere on TI pages. Both CCS and Halcogen (with Wine) worked flawlessy under Linux. I compiled and downloaded the app to the board, the SCITX led is blinking as expected, and now the problem arises with receiving the data. It should be in the form 0x<light intensity>, and it is indeed received by serial terminals via /dev/ttyUSB0 under Linux... sometimes. Sooner or latter, the stream gets scrambled like that:
0x3772
0x0x3255
0x3885
0x3898
0x0x3224
0x3219
0x2626
0x2808
0x3611
0x3883
92
����������������������������������������������������������������������������p����������������������������������������������
i.e. missing characters and garbage, and then it stops. I tried different settings on both sides, like 9600-8-N-2 or 38400-8-O-1, it all ends up the same. Interesingly, the garbage is outputted for a while even when the reset button is held down.
I tried to test it in Windows, but the board is seen as XDS100 V2, nothing shows in "Ports". Installing the FTDI VCOM driver does not help. Also, manuals like this http://www.ftdichip.com/Support/Documents/AppNotes/AN_119_FTDI_Drivers_Installation_Guide_for_Windows7.pdf do not work with the board. Is your custom version of FT232 compatible with Windows 7/Linux?
Is it possible to alternatively use a generic serial -> usb interface, by connecting to the TX/RX pins of TMS570? The board is useless for me without a serial communication. Would unplugging the USB socket be enough for the two interfaces not to interfere with each other?