increase micropython file system of stm32f767zgt6 #11561
Unanswered
softcity003
asked this question in
STM32 / Pyboard
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
pretty easy to add spi flash or ram with a w25 or aps6404 chip. don't know if this fits in your plans... |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I want to create embedded web server on stm32f767 but the file system is to small that why i want to increase the micropython file system of stm32f767
i tried to change the length of stm32f767 on stm32f767.ld file :
from
to :
but that's not working . Has anyone been able to do this successfully?
Thanks in advance.
(Edited by @jimmo to add code formatting)
Beta Was this translation helpful? Give feedback.
All reactions