Hi,
I'm working with a BT817 and I've encountered a strange issue with ROM fonts.
According to the documentation, the BT817/8 has built-in ROM fonts with handles 16–34, and fonts 31–34 are large ROM fonts encoded in ASTC 8x8 format.
However, on my system:
EVE_CMD_TEXT(20, 10, 31, 0, "BT817 Flash Image"); // works
EVE_CMD_TEXT(20, 10, 32, 0, "BT817 Flash Image"); // BT817 freezes
Font 31 works correctly, but as soon as I use font 32 (or any handle >31), the BT817 co-processor appears to hang (command FIFO stops progressing).
External flash is working correctly and is in FAST/FULL mode — I can read images from it without any issues.
I'm not sure whether I'll actually need these ROM fonts since I'll probably use custom fonts anyway, but I'd like to understand whether this is a known issue, a configuration mistake on my side, or possibly a silicon/firmware bug.
Thanks in advance for any advice.
I'm working with a BT817 and I've encountered a strange issue with ROM fonts.
According to the documentation, the BT817/8 has built-in ROM fonts with handles 16–34, and fonts 31–34 are large ROM fonts encoded in ASTC 8x8 format.
However, on my system:
EVE_CMD_TEXT(20, 10, 31, 0, "BT817 Flash Image"); // works
EVE_CMD_TEXT(20, 10, 32, 0, "BT817 Flash Image"); // BT817 freezes
Font 31 works correctly, but as soon as I use font 32 (or any handle >31), the BT817 co-processor appears to hang (command FIFO stops progressing).
External flash is working correctly and is in FAST/FULL mode — I can read images from it without any issues.
I'm not sure whether I'll actually need these ROM fonts since I'll probably use custom fonts anyway, but I'd like to understand whether this is a known issue, a configuration mistake on my side, or possibly a silicon/firmware bug.
Thanks in advance for any advice.