Programming Arduino Nano 328
Posted: Thu Dec 05, 2024 8:26 am
Hi there,
I'm trying to use a Arduino Nano board in Flowcode 10, for now with the free targets.
I cant program the Nano that is connected to COM10.
In FC10, I have chosen the Nano target, in Project options the COM10 as Programmer port.
Only the Nano is connected, but still no result.
The Compiler messagebox shows:
Launching the programmer...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\AVR\batchfiles\avrc_arduinoA.bat "C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\" m328p arduino COM10 57600 "D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO\NANO test V002.hex"
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM CRC: EA277D0C7EF9B4E537B79187D0BE7A25FA6080B4B01BE48BAF713429E4B69041072C26934F62BA2AD18E3139D88C14D7BD8C8CEEE570C34335B9BD40DC91ABF9F6A4CCB7873802B223E4F4A1008A35919A0D46BD3B6AACB92DE4D84759EBB5079CA9DA2D2BBCDAE2A4D1C56CD1580BF56C9BC3BB2590B5192C2BCACE9467A07961E9396118791606FB531939F6539CFCA719F5A675CCBEE4B35B6B3E06A3B6EA1F1C802F1E0729A39B031A08340CB3AD07D220268868A23DD35657CD8CE9A282EF4678980A2C5F4D2C3050DA273BE4EE2CC1E88F2D5F77FA0C3AE4CE7890CA0B515E308238372D4FCC6735C2880B0855018D7FE4AA495AC4
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM REVISION: 1.0
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM GUID: BC89C337-8FBB-43B7-A3A7-C7902C121931
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM DATE: 08\08\2022
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM DIR: FCD\AVR\batchfiles\avrc_arduinoA.bat
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avrdude.exe" -pm328p -PCOM10 -b57600 -carduino -D -Uflash:w:"NANO test V002.hex"
. . . . . . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
After this, it's stopped for a while ant than the last 2 lines are repeating.
I cant put my finger on the problem here.
Can anybody please show me in the right direction?
Rinie
I'm trying to use a Arduino Nano board in Flowcode 10, for now with the free targets.
I cant program the Nano that is connected to COM10.
In FC10, I have chosen the Nano target, in Project options the COM10 as Programmer port.
Only the Nano is connected, but still no result.
The Compiler messagebox shows:
Launching the programmer...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\AVR\batchfiles\avrc_arduinoA.bat "C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\" m328p arduino COM10 57600 "D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO\NANO test V002.hex"
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM CRC: EA277D0C7EF9B4E537B79187D0BE7A25FA6080B4B01BE48BAF713429E4B69041072C26934F62BA2AD18E3139D88C14D7BD8C8CEEE570C34335B9BD40DC91ABF9F6A4CCB7873802B223E4F4A1008A35919A0D46BD3B6AACB92DE4D84759EBB5079CA9DA2D2BBCDAE2A4D1C56CD1580BF56C9BC3BB2590B5192C2BCACE9467A07961E9396118791606FB531939F6539CFCA719F5A675CCBEE4B35B6B3E06A3B6EA1F1C802F1E0729A39B031A08340CB3AD07D220268868A23DD35657CD8CE9A282EF4678980A2C5F4D2C3050DA273BE4EE2CC1E88F2D5F77FA0C3AE4CE7890CA0B515E308238372D4FCC6735C2880B0855018D7FE4AA495AC4
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM REVISION: 1.0
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM GUID: BC89C337-8FBB-43B7-A3A7-C7902C121931
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM DATE: 08\08\2022
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>REM DIR: FCD\AVR\batchfiles\avrc_arduinoA.bat
D:\Documents\Programmeren\Flowcode\Testen\Arduino NANO>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avrdude.exe" -pm328p -PCOM10 -b57600 -carduino -D -Uflash:w:"NANO test V002.hex"
. . . . . . . . . . . . . . . . . . .
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
. . . . . . . . . . . . . . .
After this, it's stopped for a while ant than the last 2 lines are repeating.
I cant put my finger on the problem here.
Can anybody please show me in the right direction?
Rinie