Hi,
I am experiencing the following error while trying to send the code to the microcontroller:
HEX file creation successful!
Using FCD settings for programmer
Launching the programmer...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\AVR\batchfiles\avrc_arduinoA.bat "C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\" m328p arduino 115200 "C:\Mac\Home\Documents\Flowcode1.hex"
C:\Mac\Home\Documents>REM CRC: EA277D0C7EF9B4E537B79187D0BE7A25FA6080B4B01BE48BAF713429E4B69041072C26934F62BA2AD18E3139D88C14D7BD8C8CEEE570C34335B9BD40DC91ABF9F6A4CCB7873802B223E4F4A1008A35919A0D46BD3B6AACB92DE4D84759EBB5079CA9DA2D2BBCDAE2A4D1C56CD1580BF56C9BC3BB2590B5192C2BCACE9467A07961E9396118791606FB531939F6539CFCA719F5A675CCBEE4B35B6B3E06A3B6EA1F1C802F1E0729A39B031A08340CB3AD07D220268868A23DD35657CD8CE9A282EF4678980A2C5F4D2C3050DA273BE4EE2CC1E88F2D5F77FA0C3AE4CE7890CA0B515E308238372D4FCC6735C2880B0855018D7FE4AA495AC4
C:\Mac\Home\Documents>REM REVISION: 1.0
C:\Mac\Home\Documents>REM GUID: BC89C337-8FBB-43B7-A3A7-C7902C121931
C:\Mac\Home\Documents>REM DATE: 08\08\2022
C:\Mac\Home\Documents>REM DIR: FCD\AVR\batchfiles\avrc_arduinoA.bat
C:\Mac\Home\Documents>"C:\Program Files (x86)\Flowcode\Common\Compilers\avrv5\bin\avrdude.exe" -pm328p -P115200 -b"C:\Mac\Home\Documents\Flowcode1.hex" -carduino -D -Uflash:w:""
avrdude.exe: invalid baud rate specified 'C:\Mac\Home\Documents\Flowcode1.hex'
Error returned from [avrdude]
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\AVR\batchfiles\avrc_arduinoA.bat reported error code 0x1
Autoclose turned off
FINISHED
The BL055 board is being set as a programmer, where it appears with "n/a", which I believe is a bug.
Do I need to change the baud rate elsewhere? How do I fix this error?
Thank you,
Andreas
avrdude.exe: invalid baud rate specified
-
- Posts: 19
- http://meble-kuchenne.info.pl
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
-
- Matrix Staff
- Posts: 1950
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 624 times
- Been thanked: 656 times
Re: avrdude.exe: invalid baud rate specified
Hello.
This is not a bug with Flowcode, so I have moved your post to General.
With the USB type A directly plugged in to the UNO, you will then need to select the correct COM port within Build > Project Options... bottom right under Programmer port.
Change the dropdown from n/a to the port that is assigned to the uno.
If there is no COM port for the UNO, then you will require drivers installed.
I would also recommend connecting a suitable power supply or USB connection directly onto the BL0055 PCB to increase the voltage supplied to the ports.
This is not a bug with Flowcode, so I have moved your post to General.
With the USB type A directly plugged in to the UNO, you will then need to select the correct COM port within Build > Project Options... bottom right under Programmer port.
Change the dropdown from n/a to the port that is assigned to the uno.
If there is no COM port for the UNO, then you will require drivers installed.
I would also recommend connecting a suitable power supply or USB connection directly onto the BL0055 PCB to increase the voltage supplied to the ports.
Martin