Mbed on Arduino Due?

28 Apr 2016

I know this has been discussed before, I was wondering if there is any new news.

I see there is a page in the Cookbook section https://developer.mbed.org/cookbook/Arduino-Due, but I can't tell who wrote it, or how to contact the author.

I suspect that the window of interest has passed, and there are other more interesting platforms to work with.

25 Jan 2017

Dear,

It used to work, but with the new version, we have to add the Due as target, and I don't find the Due :(

25 Jan 2017

Dear,

It used to work, but with the new version, we have to add the Due as target, and I don't find the Due :(

12 Jul 2017

It was me!

I was trying to make a microphone array since the Due is (still) one of the few boards that supports High Speed USB.

Here's the code: https://www.dropbox.com/s/j9lveahemsb96y1/MicArray_Due.zip?dl=0

Only basic things like GPIO, timers and serial work. For USB I was using the ASF (Atmel Software Foundation) library code - I didn't wrap it with an mBed interface.

Also it is based on mBed 2 code that is a now a few years old.

21 Oct 2017

Awesome Tim! You did what I wanted to do!