Search found 1 match

by corjan
Thu May 06, 2021 10:31 am
Forum: Development of MicroPython
Topic: Running custom C module on external flash
Replies: 1
Views: 3293

Running custom C module on external flash

Hi, For the Pyboard D 2, I'm trying to add a custom C library that is quite big. Too big to fit on the APP_FLASH section of the pyboard D 2: arm-none-eabi-ld: build-PYBD_SF2/firmware.elf section `.text' will not fit in region `FLASH_APP' arm-none-eabi-ld: region `FLASH_APP' overflowed by 10184 bytes...