mirror of
https://github.com/qmk/qmk_firmware
synced 2025-12-04 16:25:39 -05:00
Page:
Memory write error, use debug for more info
Pages
Adding features to QMK
Becoming a QMK Collaborator
Build Environment Setup
Compatible Microcontrollers
Custom Quantum Functions
Differences from TMK
Eclipse
Embedding
FAQ Build
FAQ Keymap
FAQ
Git subtree
HHKB Alt controller
Home
Key Functions
Keycodes
Keymap examples
Keymap
Leader Key
License Clarification Details
License Clarification
Macros
Make Instructions
Memory write error, use debug for more info
Modding your keyboard
Mouse keys
Other Projects
Porting Your Keyboard to QMK (ARM and other ChibiOS CPUs)
Porting your keyboard to QMK
QMK Overview
README
Report Descriptor
Space Cadet Shift
TMK Based Projects
TMK Own Projects
Tap Dance
USB HID
Unicode and additional language support
Unit testing
mbed cortex porting
No results
In rare circumstances, your keyboard/device can become unwritable, and dfu-programmer will give you an error like this:
Erasing flash... Success
Checking memory from 0x0 to 0x6FFF... Empty.
Checking memory from 0x0 to 0x607F... Empty.
0% 100% Programming 0x6080 bytes...
[ X ERROR
Memory write error, use debug for more info.
Currently the only way to solve this is to reprogram the chip via ISP. This requires another device to be hooked up to a couple of exposed pins on the PCB. There is a guide on how to do this here, and this is where things are on the Planck PCB.
An example command to flash the board once things are hooked up is:
avrdude -c usbtiny -p m32u4 -U flash:w:planck_default_rev4.hex
Research is still being done on why this happens, but here are some cases:
- Wiki Home
- Getting started
- Overview for keymap creators
- Keycodes
- Layer switching
- Leader Key
- Macros
- Space Cadet
- Tap Dance
- Mouse keys
- FAQ: Creating a Keymap
- FAQ: Compiling QMK
- For hardware makers and modders
- General FAQ