Hi,
I am using an FT232R chipset to invoke BSL programming on MSP430F2618..
I had made the modification as mentioned in
http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/160989.aspx
I did capture the sequence for RST and Tck which matches with the entry sequence.
No the cmd terminal in BSLDEMO dource Displays "Synchronization error". I tried to probe the TXD pin of FTDI (connected to uC UCA1RXD ) where there was no sequence of 80h seen (actually no activity). But using Hyperteminal I am able to send data and sniff activity on the TXD lane.
In bslcomm.c
ch = BSL_SYNC;
WriteFile(hComPort, &ch, 1, &NrTx, NULL);
is not generating the synch sequence of 80h. I am having Windows Vista installed in my PC . I tried reinsatllling FTDI drivers but with no success.
What is the issue here??
PLease help.