cancel
Showing results for 
Search instead for 
Did you mean: 

FONT, TEXT EXTERNAL, INTERNAL FLASH MEMORY

jschoi
Associate

TouchGFX+LCD control

External flash memory is being used.

However, when TextArea is used, TEXT is not displayed properly.

So, I used INTERNAL FLASH MEMORY only for TEXT and FONT and it worked normally.

What am I missing??

The memory settings are as follows.

ExtFlashSection:
{
*(ExtFlashSection ExtFlashSection.*)
*(.gnu.linkonce.r.*)
. = ALIGN(0x4);
} >QUADSPI

FontFlashSection:
{
*(FontFlashSectionFontFlashSection.*)
*(.gnu.linkonce.r.*)
. = ALIGN(0x4);
} >FLASH

TextFlashSection:
{
*(TextFlashSectionTextFlashSection.*)
*(.gnu.linkonce.r.*)
. = ALIGN(0x4);
} >FLASH

0 REPLIES 0