This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS570LS1224: Bootloader

Expert 1660 points
Part Number: TMS570LS1224
Other Parts Discussed in Thread: UNIFLASH, HALCOGEN,


Part Number:
TMS570LS1224

Tool/software: Code Composer Studio

Hello,

could anyone tell me how to jump my application (project) from it's default address to another address ??

in another word i  converted the executable (.out) of my blinking project to binary format (.bin),  using post-build in ccs

and uploaded the flash image of this .bin file in address 0x0000 in my mcu (to update the firmware) using uniflash .

what do i need now is how to use bootloader with my app to download the project in another address like 0x10100

this is my simple blinking project

6765.blinking1.rar

actually i tried to follow UART Bootloader for Hercules TMS570LS12x MCU(http://www.ti.com/lit/an/spna192/spna192.pdf

i downloaded the bootloader project and successfuly build  (ls04_uart_boot) 

 i am using USB not JTAG  and using hyperTerminal 

my questions are

1) i  connected UART(FT232R USB to serial  ) TX to j6.3 and RX to j6.4 but no thing appears on the terminal and tried to press1 to send the .bin but no thing happen

what is my mistake .

2) i compared between the from bootloader project (hw_sci.c ) and (sci.c ) from Halcogen they used different REG