Skip to main content
YWENG
Associate
April 15, 2019
Question

Hello,everyone! How to put font into external flash without address map?

  • April 15, 2019
  • 1 reply
  • 1011 views

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
April 15, 2019

If you have it as a binary or hex file.you could burn it using the STM32 Cube Programmer or ST-LINK Utilities and an external loader file.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
YWENG
YWENGAuthor
Associate
April 15, 2019

I use Touchgfx Font Converter to convert fonts to .cpp files, but I don't how to transfer to binary file! Do you know it?Thanks you very much!

YWENG
YWENGAuthor
Associate
April 15, 2019

I want to load font from nandflash and load it at runtime so that I don't need to link it to application !