11 years, 5 months ago.

Porting code from mbed to a real M3 PCB

Hello,

We are trying to get the code ported to a M3 PCB.

I wonder if I need to buy a separate Keil uVision or IAR tools, in order to get the existing mbed code working on the new M3 PCB, or the online armcc compiler tool interface is enough for this purpose?

Many Thanks! James

3 Answers

11 years, 5 months ago.

The binary from the online mbed compiler should work on your PCB if the chip is the same. Your PCB won't have the mbed drag and drop programming so you'll need a different way of getting the binary on there. Chris Styles' page prototype to hardware should help you with that.

Accepted Answer

Many thanks Stephen! This link to Chris's page is very helpful pointer...

posted by IntelliSense .io 06 Nov 2012
11 years, 5 months ago.

NO, so far I have gto 2 or 3 'real PCB's' working,

All you need is flash magic and a serial port to M3 chip.

look for my posts

http://mbed.org/forum/mbed/topic/3853/?page=1#comment-19218

and search for prototype to hardware,

Ceri

Many thanks Ceri, that looks very interesting! I will have a look at flash magic and loading images using serial port...

posted by IntelliSense .io 06 Nov 2012
11 years, 5 months ago.

Both answers are very helpful. The page from Chris's blog is what I need. Looking into it...

Many thanks!!