Search found 4 matches

by bartag
Wed Dec 29, 2021 9:49 pm
Forum: Other Boards
Topic: [STM32] Errors when building with W5500
Replies: 2
Views: 12132

Re: [STM32] Errors when building with W5500

Hi @SunWukong

Did you find a solution for this error?
by bartag
Tue Dec 28, 2021 10:29 pm
Forum: MicroPython pyboard
Topic: Pyboard + W5500/W5200 Ethernet - Cant get it to work - MicroPython v1.11-422-g98c2eabaf
Replies: 19
Views: 81298

Re: Pyboard + W5500/W5200 Ethernet - Cant get it to work - MicroPython v1.11-422-g98c2eabaf

mpnetworkport.c: In function 'pyb_lwip_poll': mpnetworkport.c:58:5: error: implicit declaration of function 'wiznet5k_poll' [-Werror=implicit-function-declaration] wiznet5k_poll(); ^~~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [../../py/mkrules.mk:77: build-PYBV10/mpnetworkport....
by bartag
Sun Feb 07, 2021 3:02 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 170544

Re: WeAct STM32F411CEU6 black pill

@davef I don't know if this is the proper solution, but this worked for me: In STM32F411.ld I changed from this: /* Specify the memory areas */ MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K /* entire flash */ FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 16K /* sector 0 */ FLASH_FS (rx) ...
by bartag
Sat Jan 16, 2021 10:02 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 170544

Re: WeAct STM32F411CEU6 black pill

Hi, I'm quite new to MP and STM32, so please forgive me if my question is too trivial! Is there a way to extend the allowed maximum firmware size during compile when I use W25Q128? I figured out that I need to search around FLASH_TEXT and FLASH_FS... but I'm stuck here. My reason: I try to compile a...