Hi Tony,
The LPC1768 is based on the Cortex-M3 CPU running at 100MHz, whereas the LPC2368 is an ARM7 at 60MHz
The LPC1768 has USB *host* as well as device, and there are a number of other small changes, but they are very similar, to the point where they are actually pin compatible.
The mbed API libraries are consistent for both variants, so code written for the LPC2368 should compile and run onthe newer board, but being different CPU architectures, they are not binary compatible.
The user account you have (from the beta program?) will only target the LPC2368. If you had an LPC1768 mbed you would be able to register again, which would simply add the ability to target the LPC1768 to your existing account.
If some was there are huge differences, in some ways they are almost identical. If neither the raw processing speed or USB Host are of interest/use, the LPC2368 should still serve you well!
Hope that helps,
Chris
Hi folks
I must have been asleep for a few months and only just realised that that the production mbed has changed to an LPC1768 from my beta version LPC2368. Although I can download the long full datasheets for the two processors, I would welcome a summary from MBED as to the differences and what they mean in practice. Is it possible to upgrade the processor on my beta MBED or is the pcb design and code different?
Tony