Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
January 30, 2013 - 10:48am
|
Hello, it seems like the linker mismatches |
Forum : ST7/STM8
Post Information | Post |
---|---|
January 30, 2013 - 10:48am
|
Hello, it seems like the linker mismatches |
Hello,
Can you explain your problem more in details!
regards,
Etienne
Hello,
ok, hope that the message get not snipped this time:
linker seems to change lg and addr in crc struct.
I am working with an stm8s208cb and linker should crc check the whole flash:
CRC struct array looks like:
As you can see in the third and fifth element, lg and addr are switched.
I am using the latest linker version.
Hello cyko,
Indeed there is a trouble!
Our lab is currently analyzing it and will contact you as soon as a solution is found.
Hi,
the CRC-Array Table looks now ok to me (after the Update)
But the 16Bit Variant still doesen't work.
Hi,
What do you mean by doesn't work? Could you give us more information?
Hi,
sorry for late answer. I haven't done more research on this, but I run in situations where a tiny code change make the 8Bit variant doesent work anymore (crc check returns zero), therefore the 16Bit variant are working.
For safety reasons I compute the CRC with an extra C Function and add it to the Hex-file manually...