Arduino Programming In Flowcode v6

Support-Forum für Deutschsprachige, die in ihrer Muttersprache schreiben möchten.

Moderator: Benj

Post Reply
TFreund
Flowcode V4 User
Posts: 16
Joined: Mon Sep 14, 2009 11:30 am
Contact:

Arduino Programming In Flowcode v6

Post by TFreund »

Hallo,
ich habe mir eine weiter Version zugelegt AVR ich benutze schon längere Zeit die Versionen PIC und dsPIC&PIC24 und mit AVR Version habe ich ein Problem das mich schon das ganze Wochenende ärgert ich kann die Module Arduino Mega 2560 und Arduino Micro nicht Programiren die Module werden von Windows 7 64Bit erkannt.
Ich habe das ganze Forum durchsucht und verschiedene Möglichkeiten die beschrieben worden versucht ohne Erfolg was kann das noch sein?.

Target folder: C:\Users\THOMAS~1\Desktop\1
Source name: C:\Users\Thomas Freund\Desktop\1\Test.fcfx
Title:
Description:
Device: AVR.ATMEGA.ATMEGA2560
Generated by: Flowcode v6.0.4.0
Date: Saturday, February 08, 2014 00:05:24
Users: 1
Registered to: Thomas Freund
Licence key: ###################
http://www.matrixmultimedia.com
Start des Compilers...
C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avra.bat atmega2560 "C:\Users\THOMAS~1\Desktop\1\Test.elf" "C:\Users\THOMAS~1\Desktop\1\Test.c" "C:\Users\THOMAS~1\Desktop\1\Test.lst"
Launching compiler...

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avr-gcc.exe" -mmcu=atmega2560 -Os -funsigned-char -o "C:\Users\THOMAS~1\Desktop\1\Test.elf" "C:\Users\THOMAS~1\Desktop\1\Test.c" -lm

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avr-objdump.exe" -S "C:\Users\THOMAS~1\Desktop\1\Test.elf" 1>"C:\Users\THOMAS~1\Desktop\1\Test.lst"

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avr-size.exe" -B -d "C:\Users\THOMAS~1\Desktop\1\Test.elf"
text data bss dec hex filename
846 0 22 868 364 C:\Users\THOMAS~1\Desktop\1\Test.elf

Compilation successful!
Completed compilation, return = 0

Start von Linker/Assembler...
C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avrb.bat "C:\Users\THOMAS~1\Desktop\1\Test.elf" "C:\Users\THOMAS~1\Desktop\1\Test.hex" "C:\Users\THOMAS~1\Desktop\1\Test.cof"

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O ihex -R .eeprom "C:\Users\THOMAS~1\Desktop\1\Test.elf" "C:\Users\THOMAS~1\Desktop\1\Test.hex"

HEX file creation successful!

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O coff-avr -R .eeprom "C:\Users\THOMAS~1\Desktop\1\Test.elf" "C:\Users\THOMAS~1\Desktop\1\Test.cof"

COFF file creation successful!

Start des Programmers...
C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avrc_arduinoA.bat m2560 stk500v2 com17 115200 "Test.hex "

C:\Users\THOMAS~1\Desktop\1>"C:\PROGRA~2\FLOWCO~2\COMPIL~1\avr\BATCHF~1\..\bin\avrdude.exe" -p m2560 -P com17 -b 115200 -c stk500v2 -U flash:w:"Test.hex "
...............
avrdude.exe: stk500_2_ReceiveMessage(): timeout
..............
avrdude.exe: stk500_2_ReceiveMessage(): timeout
..............
avrdude.exe: stk500_2_ReceiveMessage(): timeout
........
C:\Program Files (x86)\Flowcode 6\compilers\avr\batchfiles\avrc_arduinoA.bat Hat den Fehlercode 255 gemeldet


gruß
Thomas

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Arduino Programming In Flowcode v6

Post by Benj »

Hallo Thomas,

Haben Sie diese Anleitung zum Einrichten von Flowcode mit Arduino arbeiten gesehen.

http://www.matrixmultimedia.com/mmforum ... 54&t=13084



Hello Thomas,

Have you seen this guide on setting up Flowcode to work with Arduino.

http://www.matrixmultimedia.com/mmforum ... 54&t=13084

TFreund
Flowcode V4 User
Posts: 16
Joined: Mon Sep 14, 2009 11:30 am
Contact:

Re: Arduino Programming In Flowcode v6

Post by TFreund »

Hallo,

ja habe ich schon alles ausprobiert mit verschiedenen Parameter und mit verschiedene Arduino Module das Programm bekommt keine Verbindung zum den Modul mit der Arduino Software geht es aber.

Gruß

Thomas

TFreund
Flowcode V4 User
Posts: 16
Joined: Mon Sep 14, 2009 11:30 am
Contact:

Re: Arduino Programming In Flowcode v6

Post by TFreund »

Hallo,

hier noch zu info. meine Einstellungen von Flowcode V6 und PC.

gruß

Thomas
Attachments
Programmer Einstellung.JPG
Programmer Einstellung.JPG (46.34 KiB) Viewed 9566 times
PC Geräte Manager Einstellung.JPG
PC Geräte Manager Einstellung.JPG (23.28 KiB) Viewed 9566 times

Post Reply