Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
12 years, 3 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
12 years, 3 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.
12 years, 3 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
12 years, 3 months ago.
Both answers are very helpful. The page from Chris's blog is what I need. Looking into it...
Many thanks!!