f030c8t6 and emWin
Hi there, I have a STM32f030c8t6 and I want to run emWin on it. in documents it is said that minimum requirements for emWin is as follows
RAM: 100 Bytes
Stack: 600 Bytes
ROM: 10-25 KBytes
and based on datasheet stm32f030c8t6 has following characteristics:
16 to 64 Kbytes of Flash memory
4 to 8 Kbytes of SRAM
so I assume I can run emWin on it. but when I write GUI_Init(); I get following error
Error: L6406E: No space in execution regions with .ANY selector
why is that?
