IAR port for LPC24xx

tonylacroix wrote on Wednesday, June 16, 2010:

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 IAR\LPC2000 directory, but have to modify them to work with the LPC24668.

Thanks!

edwards3 wrote on Wednesday, June 16, 2010:

I think only the timer set up is different? Compare the source\portable\gcc\lpc2000 files with the source\portable\gcc\lpc23xx files to what is different.

tonylacroix wrote on Wednesday, June 16, 2010:

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.