Hi All
Thanks Thomas - I didn't realise they had the V5.11 as newest evaluation (although also the V4.42 is still available).
The migration guide is available on the IAR web site at:
ftp://ftp.iar.se/WWWfiles/arm/Guides/omarm_2.pdfBasically the migration from 4 to 5 versions requires review of assembler code (various changes - things which the new assembler can't do...), C-code (different pragmas, intrinsics, ...), linker (new linker requires new sections rather than segments and new linker script files - totally new...!).
Therefore projects migrating from V4 to V5 require a careful review and test of run-time behaviour - many projects will do best to stick with the V4 due to potential danger of different behaviour as well as the extra work for the transfer.
I will get the V5.11 kick-start to see how much effort is involved. If anyone else has already done some work on this it would be good to share it here so that the same work doesn't have to be performed a multiple number of times. Unfortunately this affects all ARM projects so each one will have to be looked into, not just the LPC project.
Regards
Mark