Cortex-M0???

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

Cortex-M0???

If it’s possible, when will that be???…^_^

Cortex-M0???

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.

Cortex-M0???

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

Cortex-M0???

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

Cortex-M0???

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

Cortex-M0???

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.