Hi,
I recently put together a custom board for a project that includes the RET6 chip. I successfully loaded the bootloader but I am getting an error once I try to upload code to the micro. That is what i get in the console of the IDE:
Searching for DFU device [1EAF:0003]...
Found it!
Opening USB Device 0x1eaf:0x0003...
Found Runtime: [0x1eaf:0x0003] devnum=0, cfg=0, intf=0, alt=1, name="UNDEFINED"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x0800
bytes_per_hash=252
dfu_download error -104
Error during download
Starting download: [
Any pointers to what might cause this?
Thanks!