MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.22k stars 19.22k forks source link

[BUG] USB COMPOSITE for BTT E3 SKR DIP not working #15587

Closed UncleBansh closed 4 years ago

UncleBansh commented 5 years ago

Description

I am flash last commit, use in platformio.ini STM32F103R_bigtree_USB, but arter flashing cartreader over usb not working on my board

what I do wrong?

reloxx13 commented 5 years ago

the env is bugged, remove the non-usb block and rename the usb enviroment to the non usb name.

i did this here, you can copy this ini file over yours. https://github.com/reloxx13/Marlin/blob/my-skr-mini-e3/platformio.ini

Duplicate: [BUG 2.0.x]Autobuild STM32F103R_bigtree_USB not detected #15306

UncleBansh commented 5 years ago

the env is bugged, remove the non-usb block and rename the usb enviroment to the non usb name.

i did this here, you can copy this ini file over yours. https://github.com/reloxx13/Marlin/blob/my-skr-mini-e3/platformio.ini

Duplicate: [BUG 2.0.x]Autobuild STM32F103R_bigtree_USB not detected #15306

EEPROM works fine after that?

reloxx13 commented 5 years ago

EEPROM works fine after that?

EEPROM in flash did not work for me. sd works.

i disabled FLASH_EEPROM_EMULATION in the Marlin\src\pins\stm32\pins_BIGTREE_SKR_MINI_E3.h file to get eeprom (on sd card) working.

boelle commented 5 years ago

so this is maybe not a marlin bug?

reloxx13 commented 5 years ago

so this is maybe not a marlin bug?

what else if the plaformio.ini or build script is wrong?

boelle commented 5 years ago

upps... in that case yes, a PR sent to bugfix 2.0.x would be the fastest fix it

brianredbeard commented 5 years ago

This seems to be related to the issue @Bansh1990 was experiencing in https://github.com/MarlinFirmware/Marlin/issues/15269

UncleBansh commented 5 years ago

umm... I'm tried,

the env is bugged, remove the non-usb block and rename the usb enviroment to the non usb name.

i did this here, you can copy this ini file over yours. https://github.com/reloxx13/Marlin/blob/my-skr-mini-e3/platformio.ini

Duplicate: [BUG 2.0.x]Autobuild STM32F103R_bigtree_USB not detected #15306

it doesn't help me( i'm try to waiting a fix. composite still not working.

boelle commented 4 years ago

@Bansh1990 many updates have been done, does it still not work? and is https://github.com/MarlinFirmware/Marlin/issues/15269 a dublicate of this one?

boelle commented 4 years ago

Duplicate of #15269

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.