4 years, 11 months ago.

Application compiles to 368 KB but actual size is 1.2 MB?

Hello all, I have a weird situation where I'm currently unable to write my image because it's too large.

I haven't done much yet, and I'm currently only using some features of the Mbed-OS and Mbed-HTTP libraries. See the attached image for the result of compiling.

Working on an STM32F4 chip. These are my include statements:

  1. include "mbed.h"
  2. include "http_request.h"
  3. include "nvstore.h"
  4. include "FlashIAP.h"

Anyone know what's possibly going on here? Thanks

Be the first to answer this question.