Page 1 of 1

Compatible?

Posted: Tue Jan 31, 2023 5:12 pm
by dogito
Hi. Does Flowcode support the Teensy 2.0, etc microcontroller family?
Thanks

Re: Compatible?

Posted: Wed Feb 01, 2023 11:37 am
by medelec35
Hello.
Sorry, this is something that is currently not supported.
We do support the micro that's used (ATMEGA32U4)
I will move this topic to feature request and look into seeing if we can support the Teensy 2.0 family to work with the bootloader.

Re: Compatible?

Posted: Wed Feb 01, 2023 11:52 am
by Steve-Matrix
We support the ATMEL chips used in the 8-bit versions of this board and so you should be able to produce code for it using Flowcode. The challenge might be in loading the code into the board via their bootloader and there may be additional linker settings required (e.g. to ensure your code does not overwrite their bootloader).

I suggest you contact the manufacturer of that device to find out if it is possible and if any special requirements are needed during the compilation process.