Problems with files generated by Boot Loader tools

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
pecac_2848376
Level 1
Level 1

I'm implementing a bootloader on a CY8C29466. It uses the BootLdrI2C user module and I'm following the sequence in the user module datasheet.

I've successfully compiled the project and the BootLoader tools say I have a valid hex file checksum. I then generate the .txt and .dld download files using the Boot Loader tools.

If I use the Host Download utility I get this.

pastedImage_0.png

And if I use the I2C bootloader utility in the Bridge Control Panel I get this

pastedImage_1.png

If I view the .txt file I see this (my line numbers, this is some way down the file)

1     w 00 2B 2B FF 39 00 01 02 03 04 05 06 07 00 40 00 00 00 00 p

2     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

3     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

4     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

5     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 09 4

6      p

7     r 00 x x x p

8     w 00 2B 2B FF 39 00 01 02 03 04 05 06 07 00 41 00 00 00 00 p

9     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

10     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

11     w 00 2B 2B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 p

12     w 00 2B 2B 4A 7C 70 EF 62 00 00 71 10 62 00 8F F9 87 p

13     r 00 x x x p

If I edit the erroneous p on line 6 and put it at the end of the previous line it all works.

So it looks to me as if the generation of the programming files is going wrong. Has anybody seen this before or got any ideas?

Thanks

0 Likes
3 Replies
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello,

Could you please share your project ?

Thanks,

P Yugandhar.

0 Likes
lock attach
Attachments are accessible only for community members.

Project archive attached.

Regards

Peter

0 Likes

Hello Peter,

Can you please share your .txt and .dld files. At my end, in the generated .txt file I didn't see erroneous p on line 6.

Thanks,

P Yugandhar.

0 Likes