11 years, 11 months ago.

LPC1857FET256 Development Board with IAR support

Hi All,

I am new to the NXP-LPC. I want to do a project on LPC1857FET256, Is there any Development boards which will support IAR workbench with this part number. Any Example codes for the SPI/SSP and USART. Any getting started guide(documents) for configure IAR workbench for LPC1857 development board.

Thanks, Ram.

1 Answer

11 years, 11 months ago.

You can see here the list of supported devices for mbed: https://github.com/mbedmicro/mbed (not all of them are supported by the online compiler). There will probably be a few others which are compatible, like the LPC1769 is compatible with the LPC1768. But the LPC1857 isn't included.

You can look through the mbed-src (here on the mbed site, the same should be on the github site) for examples of controlling the SPI/SSP/USART of NXP microcontrollers. There are often differences between them on different microcontrollers, but also much will be the same.

There's some support for an LPC43xx in the link from Erik above - this is basically similar to the LPC18xx family but has dual Cortex-M4/M0 cores instead of the Cortex-M3 for the LPC18xx.

Peripherals should be the same between the two.

HTH

Jez

posted by Jez Cawley 01 Oct 2013