Move code developed on teensy to cpu on my own pcb

Status
Not open for further replies.

Mike5000

Well-known member
Is there anything preventing me from moving code developed on the teensy to a cpu on my own pcb for a commercial product?

Bootloader closed?
Licensing issues?
 
See https://www.pjrc.com/store/ic_mkl02.html
and do a fire google at the forum for 'custom teensy'

It is certainly possible but the bootloader is closed so a clone would need to buy them from PJRC

Once your design is settled and no longer needs an in situ bootloader you can make a programer stick with a bootloader and program multiple boards with it. Or just transition to direct JTAG download of code you prototyped on a teensy.

There should be no license issues with the Teensy core but you would need to check libraries you may be using.
 
I would need a way yo let customers do a firmware update from a PC via USB. Can I use a different open bootloader for that? (just flashing a binary image)?
 
Status
Not open for further replies.
Back
Top