Error Information Analysis of Arduino IDE for Windows
From Microduino Wiki
|
|
|
- Q:4. The available internal storage is not enough, that may result in stability problems.
- A:There are too many variables in this sample program, they occupying too much dynamic memory, you need to change it into a larger core+.
- Q:5. Can’t upload program two times successively.
- A:Generally, the reason is the program occupies the serial port, so the core module can’t reset automatically, you should take other modules off at first, only remaining the core module and mBattery or usbttl, and short connect GND and RST pins manually when uploading the program. If it still can’t work, reupload core module firmware.Upload Core Module Firmware
- Q:6. Core board displays Leonardo on the visual serial port of the computer, which board should be choosed to download
- A:Choose CoreUSB
[Return to FAQ Classified Catalogue]