424 views
in Embedded Wizard Studio by

Hello EW team,

The bitmap/font resources take up a lot of space of the flash, so it will take some time to load them when boot up.

I want to accelerate the bootup speed of my device, so can I load bitmap/font resources asynchronously? Or just load a part of the resources when boot up?

Thank you!

1 Answer

0 votes
by
Hello,

I suppose you copy the entire flash content into RAM, right? If not, resources are already loaded on demand. That means, the first time your application accesses a bitmap resource, the resource is loaded in internal cache. Resources not needed are not loaded in advance.

I hope it helps you further.

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...