Arduino:1.8.13 (Windows 10), 开发板:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from sketch\MarlinConfig.h:40:0, from sketch\G26_Mesh_Validation_Tool.cpp:27: pins.h:817:8: error: #error "No E stepper plug left for Z2!" #error "No E stepper plug left...
unsigned char lcdSwizzle; // Define RGB output pinsunsigned char lcdPclkpol; // Define active edge of PCLKunsigned long color; // Variable for chanign colorsunsigned char ft800Gpio; // Used for FT800 GPIO registerbutton buttons[20];
When the LSE oscillator is switched ON (RCC_LSE_ON) the oscillator takes control of its associated pins (PC_14 and PC_15, named as RCC_OSC32_IN and RCC_OSC32_OUT in PinNames.h file), then you can't use these pins as GPIO. When the oscillator is configured in a user external cl...