Hi, I am programming the MSP430G2553 via BSL. I am referring slau319i.pdf and slau319i.zip file. Inside slau319i.zip am referring BSL Replicator.c (slau319i\BSL_Files\Deprecated\BSL Replicator). To download code into target device(2553) ,am copying ti-txt file(led blink) into codearray(some buffer which holds the data to be flashed) .
1.ti-txt file has got '@' symbol. So how do i place this in an array??
here is code:
@c000
21 83 B2 40 80 5A 20 01 D2 D3 22 00 D2 E3 21 00
B1 40 10 27 00 00 91 83 00 00 81 93 00 00 F6 27
FA 3F 31 40 00 04 B0 12 3A C0 0C 43 B0 12 00 C0
B0 12 3E C0 32 D0 10 00 FD 3F 1C 43 30 41 03 43
FF 3F
@ffe0
34 C0
@ffe4
34 C0 34 C0
@ffea
34 C0 34 C0 34 C0 34 C0 34 C0 34 C0 34 C0 34 C0
34 C0 34 C0 22 C0
q
2.I placed hex equivalent value of '@' after that i tried to write, but getting NACK after sending the checksum data. So how can i send the data to the target board??any example?