Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Operator new. Code size

Good day.
I never used operator new yet. But recently i try to use it and it add about 80kb code for STM32F205. I was surprized for this size. I tried it in keil, iar and there code size was about +(~800) bytes. Also i tried to use gcc in VS with VisualGDB plugin and there was about +(~1000) bytes.
So may be it can be optimized? In my case changing -O0, -O1... has no imposing effect.
What can i do?

Thanks in advance!