Hello,
I'm using FRDM-K64F evaluation board, SDK_2.0_FRDM-K64F and KDS IDE in Linux ubuntu environment
When I'm using Kinetis wizard for a new IDE project, the compiled binary result is much bigger then similar project from the RTOS example or just plan C/C++ project with the same content
The different is very big, for example
The freeRTOS i2c example binary would be ~250k
Kinetis wizard new project with freeRTOS and minimal set of drivers would be ~800k (same drivers as the i2c example )
Kinetis wizard new project without RTOS and minimal set of drivers would be ~600k
the k24 family evaluation board should be FRDM-K64F, but some of the k24 family MCU's do not have enough flash to contain the wizard empty project...
What makes the different size when using the wizard for SDK 2.x ?
Thanks,
Dotan