Search found 1 match
- Mon Oct 05, 2020 1:39 pm
- Forum: General Discussion and Questions
- Topic: Filesystem size with custom STM32F7 build
- Replies: 35
- Views: 28118
Re: Filesystem size with custom STM32F7 build
Thanks to your discussion it seems I got things to work! Have a HTTP web server running now from internal flash memory. I updated stm32f767.ld to represent the memory areas I wanted to use: MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 32K /...