IAR port for LPC24xx

Is there a specific set of port files for the LPC24xx family if using the IAR Embedded Workbench tool set?
I am currently using the files provided in the IARLPC2000 directory, but have to modify them to work with the LPC24668. Thanks!

IAR port for LPC24xx

I think only the timer set up is different? Compare the sourceportablegcclpc2000 files with the sourceportablegcclpc23xx files to what is different.

IAR port for LPC24xx

You are correct, other than the stack address, the only other differences appear to be how the Timer0 is setup and the ISR for it.
That was what I was finding as well. But comparing the LPC2000 and LPC23xx family side by side made it easier to confirm the changes.  Thanks for the tip.