Interesting post.
I have similar issues to resolve.
Having finally solved my mbed 1768 noise spikes on the DAC output for my application, I now want to reduce power for portable use, so looking at the LPC11U24 I thought this would be the logical next step.....
OK it doesn't have a DAC, but that was a plus as I had already decided not to use a built in DAC and design in a good low noise solution. But...
Why no RTC? These are a core requirement for data logging (and how many adc channels are there?!). They are low power and so useful for battery powered applications! So I suppose I could also add an RTC chip.
Now I want to save my stored data and transfer it to a PC, but there doesn't seem to the simple filesystem/ memory stick module any more? Correct me if I'm wrong. This method of transferring data to a PC is an amazing useful and simple to use feature.
So where next? I came from a PIC environment, but loved the mbed design, love the simplicity and speed of development, but have I got to leave it behind?
Also can anyone explain the LPC11U24 power supply arrangements regarding how to use Vin and Vb. Does Vb now power the whole board when not using usb power? Why is there not a Vin current spec?
All comments on the above, especially if I have made errors will be very welcome.
After an impressive performance from the LPC1768 mbed for prototyping last year, I'm thinking of using the LPC11U24 mbed for a prototyping project. Before committing to using a fairly expensive processor (in comparison to AVR devices) I want to make sure it will do what I want.
I'm intending to build a custom USB peripheral with some stand-alone capabilities, powered by an internal 1Ah lithium-polymer battery. As you might expect I need very low power consumption, support for deep-power-down, an RTC (with wakeup interrupt) and flexible USB slave functions.
The new mbed should be ideally suited to this, but I'd like some more detail. What is the power consumption of the board as a whole? The 1768 was terrible for battery power, I think it needed 100mA, and had no support for sleep. Is the full range of low power modes, like deep-power-down, now officially supported? Is there an internal real time clock? The 1768 supported real-time quite well, but I haven't seen any mention of an RTC in the 11U24. If there is an internal RTC, does it support interrupts to wake the CPU from deep-power-down?
I'm hoping for another enjoyable and succesful mbed powered project. Any constructive comments welcome.