Page 1 of 1

Adafruit Trinket Support

Posted: Fri Nov 07, 2014 12:13 pm
by Benj
Hello,

I have just received an Adafruit Trinket device to test and have managed to integrate it into the Flowcode environment.

The first thing you need to do is download the programming batch file and copy it here: "C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles"
avrc_usbtiny.bat
(1.47 KiB) Downloaded 280 times
Next you need to download the definition file and place it here: "C:\Program Files (x86)\Flowcode 6\FCD\AVR"
Arduino Trinket.fcdx
(14.48 KiB) Downloaded 269 times
Restart Flowcode and the Trinket device should appear in the Arduino list of devices.

Any problems let me know.

Re: Adafruit Trinket Support

Posted: Fri Nov 07, 2014 1:19 pm
by saschech@gmx.de
Hello Benj

I have the same error if i want compile... ( as with pic24EP...)
Have my PC = win8.1 pro Probleme with the *.Batch file?

Regards wolfgang
  • Target folder: E:\Flowcode\V6\trinket\trinket1
    Source name: E:\Flowcode\V6\trinket\trinket1\trinket1.fcfx
    Title:
    Description:
    Device: AVR.ATTINY.ATTINY85
    Generated by: Flowcode v6.1.0.0
    Date: Friday, November 07, 2014 13:13:05
    Users: 0
    Registered to: 85531842
    Licence key: VYQZ1Y
    NOT FOR COMMERCIAL USE
    http://www.matrixtsl.com
    Launching the compiler...
    C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avra.bat attiny85 "E:\Flowcode\V6\trinket\trinket1\trinket1.elf" "E:\Flowcode\V6\trinket\trinket1\trinket1.c" "E:\Flowcode\V6\trinket\trinket1\trinket1.lst"
    Launching compiler...
    Der Befehl "C:\PROGRA~2\Flowcode" ist entweder falsch geschrieben oder
    konnte nicht gefunden werden.
    Completed compilation, return = 1

    C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avra.bat reported error code 1


    FINISHED

Re: Adafruit Trinket Support

Posted: Fri Nov 07, 2014 1:24 pm
by Benj
Hello Wolfgang,

It seems you might have short path names disabled don't think its in any way related to the batch file.
http://stackoverflow.com/questions/1847 ... -on-system