Mellow-3D / FLYF407ZG

31 stars 12 forks source link

Connection Problem with Pronterface #23

Closed gsuresh2u closed 4 years ago

gsuresh2u commented 4 years ago

Hi, i tried to connect with Pronterface Its showing connected, but giving error Starting USB host...Revision register appears incorrect on MAX3421e initialization. Got 255 failed Pronterface Error

i already installed USB drivers, in Devise manager, its showing fine Please check the attached images COM Port

enabled Software SPI and changed pins and added Jumpers for SPI mode Jumpers

and is my Drivers Orientation is Correct same as in the below image ? Drivers

I have connected only Board, not connected anything for testing (as my printer is Big , its unable to move to indoor)

FLYmaker commented 4 years ago

Please send your firmware up, and tmc2209 cannot use spi

gsuresh2u commented 4 years ago

Sir, here i attached my Configurations and pins

pins_FLYF407ZG.zip

platformio.zip Configurations.zip

gsuresh2u commented 4 years ago

firmware.zip

FLYmaker commented 4 years ago

Do you want to use a USB flash drive? That's why this feature is turned on?

gsuresh2u commented 4 years ago

Yes, want to usb flash drive

FLYmaker commented 4 years ago

define USE_UHS3_USB

Open this to try

FLYmaker commented 4 years ago

The USB port of the motherboard can also use a USB flash drive, but I haven't tested it yet. I will test it shortly

gsuresh2u commented 4 years ago

When i enable #define USE_UHS3_USB, its giving compile errors, and tried with disabling #define USB_FLASH_DRIVE_SUPPORT and uploaded firmware Now, its connected fine

gsuresh2u commented 4 years ago

can i need to disable software SPI in marlin ? i have changed Jumpers for TMC2209 to UART mode

FLYmaker commented 4 years ago

Yes, you need to close it and use uart

gsuresh2u commented 4 years ago

Ok, Thanks for support