Compatible?

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
dogito
Posts: 4
http://meble-kuchenne.info.pl
Joined: Thu Nov 25, 2021 11:27 am

Compatible?

Post by dogito »

Hi. Does Flowcode support the Teensy 2.0, etc microcontroller family?
Thanks

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: Compatible?

Post 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.
Martin

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Compatible?

Post 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.

Post Reply