Search found 12 matches

by Drako
Mon Oct 23, 2017 6:17 am
Forum: Development of MicroPython
Topic: STM32 Increasing Stack, Heap and/or Filesystem size
Replies: 13
Views: 48783

Re: STM32 Increasing Stack, Heap and/or Filesystem size

Thanks mate,

it worked out! Increased the filesystem size from 79 kb to 1,06 MB.

Keep up the great work.
by Drako
Thu Oct 19, 2017 9:42 am
Forum: Development of MicroPython
Topic: STM32 Increasing Stack, Heap and/or Filesystem size
Replies: 13
Views: 48783

Re: STM32 Increasing Stack, Heap and/or Filesystem size

Hello, I am trying to increase the Filesystem size on a NUCLEO-144 Stm32F767ZI, but i can't really find out how to do it. The manual of the Stm32F76xx say's it has 11 sectors in single block memory organization. From the It seems "stm32f767.ld" it seems like only 7 sectors are used. I tried to add t...