Problem to compile program for stm32f042g6ux whit usb virtual com
I have problem to compile a simple progragram that use usb virtual com for mcu stm32F042G6Ux , i have create the file from stm32cubemx (.ioc file ) when build it i recive this error
STM32F042G6UX_PROVA.elf section `._user_heap_stack' will not fit in region `RAM'
c:\st\stm32cubeide_1.3.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.0.0.201904181610\tools\arm-none-eabi\bin\ld.exe: region `RAM' overflowed by 328 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:48: STM32F042G6UX_PROVA.elf] Error 1
"make -j4 all" terminated with exit code 2. Build might be incomplete.
17:58:11 Build Failed. 1 errors, 0 warnings. (took 6s.314ms)
i try to increase the minimun size heap but i have the same error