Search found 4 matches

by SmartTech
Thu Oct 15, 2020 8:59 am
Forum: MicroPython pyboard
Topic: How to properly increase FLASH_FS on pyboardv11?
Replies: 13
Views: 15638

Re: How to properly increase FLASH_FS on pyboardv11?

Sorry for the late reply, but your suggestion was really simple and quick to do. I should have looked few line below! I would still like to know why I can't add other section as it was suggested in the beginning of this issue. Their is still half of the memory not used, but 64KB more is enough for m...
by SmartTech
Thu Sep 24, 2020 11:45 am
Forum: MicroPython pyboard
Topic: How to properly increase FLASH_FS on pyboardv11?
Replies: 13
Views: 15638

Re: How to properly increase FLASH_FS on pyboardv11?

Is there any way to increase pyboard PBV11 flash drive?
by SmartTech
Wed Sep 23, 2020 2:12 am
Forum: MicroPython pyboard
Topic: How to properly increase FLASH_FS on pyboardv11?
Replies: 13
Views: 15638

Re: How to properly increase FLASH_FS on pyboardv11?

Sorry, I should have been more specific. I'm trying to increase the memory of the flash drive as well. I based my modifications of config for the stm32f405 on the stm32f413 since the section 5 and 6 are similar. Default configuration have 112K of flash. I try to add the 128K of byte 5 and 6 if possi...
by SmartTech
Tue Sep 22, 2020 4:36 pm
Forum: MicroPython pyboard
Topic: How to properly increase FLASH_FS on pyboardv11?
Replies: 13
Views: 15638

Re: How to properly increase FLASH_FS on pyboardv11?

I'm trying to reproduce here for PYBV11 (stm32f405) base on the stm32f413, but getting my pyboard doing nothing at boot up. What is the error here? /micropython/ports/stm32/flashbdev.c #define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k #define FLASH_SECTOR_SIZE_MAX (0x10000) // 64k max, ...