This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Replies: 1 comment
-
It should not be neccesary to do that, try with setting EEPROM_ENABLE to 2 for 64 byte pagesize in my_machine.h first: grblHAL/drivers/LPC1769/src/my_machine.h Line 39 in 9f405ba You have to change the board map as well as it does not allow EEPROM, looks like replacing this code grblHAL/drivers/LPC1769/src/btt_skr_1.4_turbo_map.h Lines 33 to 35 in 9f405ba with
should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SKR 1.4 EEPROM Module has a FT24C256A device, looks to be pin compatible with 24LC16B/24AAxxx devices allowing a device swamp to be compatible with the existing drivers, it appears. Has anyone tried to swamp out the part?
Beta Was this translation helpful? Give feedback.
All reactions