Cortex-M0???

zeal007 wrote on Tuesday, June 29, 2010:

Is it possible that the Cortex-M0 will be included in supported devices of this OS???…:slight_smile:

zeal007 wrote on Tuesday, June 29, 2010:

If it’s possible, when will that be???…:slight_smile:

edwards3 wrote on Tuesday, June 29, 2010:

This has been discussed before, when I think the answer was it will be supported (in fact I think there are ports already) when there are M0 devices have more RAM.

zeal007 wrote on Thursday, July 01, 2010:

ahh…so at this time, it is still not supported…and there is no definite time when it will be?!…thanks bro…

idm72 wrote on Thursday, July 08, 2010:

I’ve just added a port for the Cortex-M0 based NXP LPC1114 Microcontroller. See the NXP section of the Community Contribution forum.

eugenev13 wrote on Saturday, July 24, 2010:

Many thanks for that port!
Here is the link: http://ics.nxp.com/support/lpcxpresso/#Examples
It worked on my LPCXpresso like a charm right out of the ‘box’.
Now if you could only direct me to the following:
1. LPC1114 example that uses interrupts, complete with wrappers and routines that end in ISR
2. Documentation that talks about proper implementation of interrupts within a FreeRTOS application

idm72 wrote on Monday, July 26, 2010:

The IAR example for the LPC1114 (posted in the NXP section of the Community Contribution forum) contains an example that uses interrupts to implement a serial port driver.