10 years, 2 months ago.

Programming of EA LPC 4088 quick start module

Currently i am using lpc1768 repid prototyping board. We can write the code for it on mbed online compiler. I want to know that the same compiler(Online) can be used to developed the code for EA LPC 4088 and all the library supported? If not then what are other way to develop the code for EA LPC4088 board? I have yet not purchaed it if it the code for it is developed in the same manner as easly as LPC1768 then i will definately buy it.

3 Answers

10 years, 2 months ago.

I think the support should be there, check for it in mbed folder of your code programme, goto mbed>>files>>look for the LPC40xx.f and accociated system file.h

10 years, 2 months ago.

Yes, the LPC4088 can be programmed the same way as the LPC1768, and the same libraries should work on it. There could be some user made libraries which are specific for the LPC1768 which don't work, but since the peripherals are probably fairly similar, that also shouldn't be too much work to port.

10 years, 2 months ago.

You can select the LPC4088 as the target system and try to compile your project, then you will see if the compiler complains. I've tried some libs on the LPC4088, many work fine.But the USB Host for example is still missing due to different memory layout.