You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Simon,
I'm building my own esc, and I tried loading the frimware on a board I have with a 328P instead of 8A. I noticed that the pinout is identical so I thought that if i upload the firmware to the 328P and set the right fuses then it should work. But it doesnt show signs of life.
(avrdude -c usbasp -p m328p -B100 -b9600 -U lfuse:w:0xff:m -U hfuse:w:0xdc:m -U efuse:w:0xfd:m
avrdude -p m328p -P usb -c usbasp -B 8 -e -U flash:w:C:\Download\flash\tmp\tgy-master\rct50a.hex:i
Of course I can change back to an atmega 8A, but before i do it, I was wondering why this doesnt work, and if it is little effort would it be possible to make a rct50a.hex for this?
The text was updated successfully, but these errors were encountered:
Hi Simon,
I'm building my own esc, and I tried loading the frimware on a board I have with a 328P instead of 8A. I noticed that the pinout is identical so I thought that if i upload the firmware to the 328P and set the right fuses then it should work. But it doesnt show signs of life.
(avrdude -c usbasp -p m328p -B100 -b9600 -U lfuse:w:0xff:m -U hfuse:w:0xdc:m -U efuse:w:0xfd:m
avrdude -p m328p -P usb -c usbasp -B 8 -e -U flash:w:C:\Download\flash\tmp\tgy-master\rct50a.hex:i
Of course I can change back to an atmega 8A, but before i do it, I was wondering why this doesnt work, and if it is little effort would it be possible to make a rct50a.hex for this?
The text was updated successfully, but these errors were encountered: