Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - thierrys

#1
LPC9xx/LPC9xxx / help me for isp on lpc936
April 16, 2009, 07:19:28 AM
hello

I can use by isp with small program of 256 bytes
but with a big program of 28813 bytes it don't work

my hex file is
:102657005387BF7598D353877F75BA01E4F5BD7566
......

and i send
0x2E 0x31 0x30 0x32

where is the problem and why with a small program, it's ok but not with a big?

thank
#2
LPC9xx/LPC9xxx / crc calculation on a hex file
April 16, 2009, 05:43:34 AM
hello,

I'd like know how flash magic calculs the crc for a lpc9xx on a hex file in cyclic redunbancy check
ex:
:03000000000000FC
:0C002C0078FFE4F6D8FD758107020003A0
:040019007FA07E86C0
:0F001D00EF1F70011E144E600563A00880F222D1
:10000300E4F5A475A5FFF5A063A0FF120019120083
:060013001912001980F231
:00000002FF

the crc for the block 0 : 6EBBF73F

thank you