2024-07-19 12:31 AM - edited 2024-07-19 02:39 AM
In TouchGFX version 4.18.0, after modifying the screen Designer output and using STM32CubeIDE for compilation, an error occurs after flashing, as shown in the attachment "error". I only modified the text definitions. Before the change(Correct_settings),allows for correct flashing, but after the change(error_settings),shows an error flashing.
Please assist, thank you.
2024-07-19 02:20 AM
Hello @yu_jay ,
I am not sure this issue is related to size.
But if you want to reduce the size that the fonts take, since you use the same font in many different sizes, it is possible in more recent version of TouchGFX Designer to use vector font which gives a vector representation of the fonts to save memory so upgrading to the latest version of TouchGFX Designer could be beneficial! :smiling_face_with_smiling_eyes:
In "error_3.png", you do multiple things, you add the "Typography_01", 02 and 03 but you also set a wildcard range to the typography "msjh_50" (no wildcard range for msjh_50 in "error_2.png".
Are you able to go back to the previous Typographies, compile and flash without issue?
Regards,
2024-07-19 02:41 AM
Corrected description, thank you
2024-09-19 08:28 PM
May I ask, under what circumstances would this issue occur, and is there a way to fix it?
2024-09-20 01:39 AM
Hello @yu_jay ,
Are you able to go back to the previous Typographies, compile and flash without issue?
The elf file is the executable.
I guess you are trying to debug your application because STM32CubeIDE says he cannot execute the elf.
Try to flash your board in STM32CubeProgrammer:
Tell me if this works.
If not, you should try to debug that.
Regards,
2024-09-30 07:34 AM
Hello @yu_jay ,
Were you able to move forward on your issue?
Regards,