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.

SCI-A boot loader not responding to in data/cmd

Other Parts Discussed in Thread: TMS320F2812

Hi,

Iam making a custom flash programming tool to re-program my TMS320F2812 flash module in SCI-A boot mode.

Issue:

          I noticed  when sending data over rs232 to bootloader  that bootloader does not respond/acknowledge received data and no error messages are sent at all.

          I'm using the provided test program to test comm is ok but the line is too quiet i think. There is no way to know whether data has been received on the bootloader side.

       I've looked through the spru095c.pdf and there is no information about bootloader response messages/errors at all. 

Am i missing something?

thanks

serge

Test Program as sent to bootloader:

Note: used Comport toolkit to send 2 bytes at a time (e.g. "10 AA")

10 AA     ; 0x10AA 16-bit key value
00 00     ; 8 reserved words
00 00
00 00
00 00
00 00
00 00
00 00
00 00
00 3F     ; 0x003F8000 EntryAddr, starting point after boot load completes
80 00
00 05      ; 0x0005 − First block consists of 5 16-bit words
00 3F      ; 0x003F9010 − First block will be loaded starting at 0x3F9010
90 10
00 01      ; Data loaded = 0x0001 0x0002 0x0003 0x0004 0x0005
00 02
00 03
00 04
00 05
00 02      ; 0x0002 − 2nd block consists of 2 16-bit words
00 3F      ; 0x003F8000 − 2nd block will be loaded starting at 0x3F8000
80 00
77 00      ; Data loaded = 0x7700 0x7625
76 25
00 00      ; 0x0000 − Size of 0 indicates end of data stream