You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to enable the Auto Shift functionality, but the compiler complains that there is not enough space on the microcontroller:
/Applications/ARM/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `flash0' overflowed by 13408 bytes
I looked into keyboards/annepro2/boards/ANNEPRO2_C18/board.h - where the board is specified as 64kb board, where on the HW revision section on the website I can see that C18 should have 128kb memory.
All my current efforts are leaving me with the firmware upload progress hanging like this:
[INFO] Wrote 48 bytes, at 0x00ffd0, total: 49152 bytes written
(but at least then I can upload a smaller firmware without bricking the board)
Is there an option to upload this bigger firmware to C18?
I was trying to enable the Auto Shift functionality, but the compiler complains that there is not enough space on the microcontroller:
/Applications/ARM/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld: region `flash0' overflowed by 13408 bytes
I looked into keyboards/annepro2/boards/ANNEPRO2_C18/board.h - where the board is specified as 64kb board, where on the HW revision section on the website I can see that C18 should have 128kb memory.
All my current efforts are leaving me with the firmware upload progress hanging like this:
[INFO] Wrote 48 bytes, at 0x00ffd0, total: 49152 bytes written
(but at least then I can upload a smaller firmware without bricking the board)
Is there an option to upload this bigger firmware to C18?
Thank you,
Miro