This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

migrate 1768 project to 1788

Hi,

I'm trying to migrate a project developed for Keil MCB1700 dev board (uses NXP LPC1768) to NXP LPC1788 (choosen from customer).

I know that's been a bad idea starting the project with a different MCU but you know that something things are not going in our desired direction.

My big problem is related to serial interface, I tried to replace LPC17xx.h with LPC177x_8x.h but due to different structure (LPC_PINCON vs LPC_IOCON) looks like it is not enough.

Maybe it is a stupid question (but I hope not) there's a smarter way to migrate the project without rewrite all functions actually belonged to LPC17xx.h ?

Best regards

S

  • The Smart Way is to write your project in the first place so that specific hardware dependencies are limited to just a very small set of "driver" or "interface" or "hardware-abstraction" files.

    If your project isn't already written that way, then now would seem like a good time to make it so...!