Mat Barnes schrieb:
Thanks Chris.
There was a problem with linking 26x and 241x devices that I could not
find the cause of, I previously sent an email detailing this and how
to avoid it, has anyone else seen this problem?
are you speaking of the assembler errors?
that were because of the parentheses "()" around the address in the
defines of the calibration data. these addresses are copied literally to
the assembler code, which then does not recognize the numbers.
i fixed that. compiling with gcc -S gives you the assembler for the
error. from there it was easy to find as i recognized the numbers and
then compared the different calibration variable definitions.
chris