Store the resource and font data to a specific code flash address

What do you want to achieve?

I want to store the resource and font data to a specific code flash address.

Do you see alternative options and workaround to achieve it?

When SquareLine exports the UI, you can enter the code space address of an MCU. Then the tool generates the corresponding resource .bin files and .c files.
After that, engineers can burn the .bin file to the specified location.

Mention some use cases

  1. Support multiple themes
  2. Reduce the time of downloading programs when debugging firmware

In the next version of SquareLine Studio (coming in February) this feature will be supported.

1 Like

Nice! :clap:
And I have written a tool to separate the data and code.

1 Like