2019-04-21 05:01 AM
hi ,
i'm working on stm32f769i discovery , i did an application through the touchgfx i started with one screen and one slider and everything worked fine , but after that i tried to add some pages and images and i got that error msg from the compiler
unable to allocate space for sections/blocks with a total estimated minimum size of 0x21887a bytes (max align 0x4) in <[0x00200000-0x003fffff]> (total uncommitted space 0x1ffe08).
I tried to reduce the size of the picture but I do not think that's the problem, I've seen more complex applications that were run on this controller,
I would be happy to advise how I can resolve this
2019-04-23 01:11 AM
Hi @AAhar,
Which version of TouchGFX are you running? Which compiler are you using? Which version of the application template for f769i-disco are you using?
Best regards,
Martin
2019-04-23 01:29 AM
> I tried to reduce the size of the picture but I do not think that's the problem, I've seen more complex applications that were run on this controller,
Dared to look into the map file ?
Complex code use to require much less in code space, compared to pictures. Consider external storage of images.
2019-04-23 01:41 AM
What kind of images are you adding? "tried to add some pages and images" - Just got me thinking that if you're adding full screen images you may run into some problems depending on the bit depth of the generated images.
2019-04-23 04:41 AM
Hi i use iar and the latest version of touchgFX, and i solved the problem i needed to use st-link and program the mcu not direct from the iar
Thanks for your answers
2019-04-23 04:44 AM
That's great to hear