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.
10 years, 6 months ago.
Beginner - own hardware
Hello,
I have short question. If i build own hardware with the LPC1768, can i use mbed compiler on ?
1 Answer
10 years, 6 months ago.
Yes. There are no licensing and no technical limitations there. Mbed bin files are just regular bin files that any programmer can use (well some require hex files, but you can convert them with bin2hex for example). There is no special bootloader like Arduino has, so as long as you can program your custom hardware, you can use the online compiler for it.