Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi,
I'm using Code Composer Studio(CCS) 9.3.0.00012, And I want to execute Bootloader for TMS570LS3137 HDK board by using RS232 Interface.
I want to use RS232 transceiver (RS232 to TTL converter) connect the pin N2(NHET1[13]_SCI_TX) and W3(NHET1[06]_SCI_RX) of TMS570LS3137 HDK.
Forgive me. I actually had a similar question before, but after many attempts, I still can't find a solution to the problem.
My previous questions in the TI forum are shown in the URL: e2e.ti.com/.../869521
(E2E support forums: Flash API library of UART Bootloader for TMS570LS3137)
I used the Bootloader file provided by Mr. QJ Wang in the previous TI forum.(TMS570LS3137HDK_UART_Bootloader.7z)
I have been able to successfully compile the project and loaded through the JTAG port.
I can successfully use the USB Cable to test the operation of the UART Bootloader.
But after I tested the UART Bootloader by using the default USB cable, I found that I couldn't modify it to RS232 interface.
I have followed the instructions to change "scilinREG" in bl_config.h to "sciREG",
But after the modification, It cannot display anything in the Terminal window through the RS232 interface.
And I also tried to change all "scilinREG" in sci.c to "sciREG", but it still couldn't connect to HDK by using RS232 interface.
So, is there any way to change the default setting USB cable to RS232 interface?
Is there an wrong in that part of my operation? Or "pinmux" in the TI forum means "TI PinMux Tool". If so, how do I use TI PinMux Tool?
Thanks for your help!
Best Regards, Chen Yan-Li