Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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.