Hello,
This issue I am talking about while using TUSB3410 ic as a UART-USB bridge... otherwise custom boot loading over uart w/o the entry sequence is okay.
In both the case i use bsl_scripter application to do the boot loading.
case 1:
MSP430 uart connected to TUSB3410 Ic (UART to USB bridge IC) . And TUSB3410 Ic connected to PC's USB port (which creates COM Port 3).
I changed the COM in script.txt file.
In this case boot loading does happen....passed all steps. But it took around a HOUR or so to load 32KB code file to load into MSP430.
I tried with different PC where USB virtual COM port created with TUSB3410 was COM 1....still the issue remains same.
The above h/w architecture is the desired case for my application.
But to do more debugging ......i have tried the case 2.
case 2:
MSP430 uart connected to MAX Ic (RS232 converter) . And MAX Ic connected to PC's COM Port 1 (DB-9) .
In this case boot loading works fine. Same code size( 32KB) gets loaded within a few minutes.This is okay .but my application demands to use TUSB3410.
Have anyone observed this issue.Please suggest any solution to this issue.
Regds,
Ars