2024-10-24 04:23 AM
Hello,
I'm experiencing issues with TouchGFX file/folder generation.
Below the steps I've followed and issues encountered:
IAR EWARM 9.50.2
CubeMX 6.12.1
TouchGFX Generator 4.24.1
TouchGFX Designer 4.24.1
Does this work on IAR 8.50?
Please advise.
Best regards,
George
2024-11-05 04:21 AM
Hello @George.P ,
Why do you set the buffer location to "By address" instead of "By allocation". We usually recommend using "By allocation".
TouchGFX does work for IAR 8.50.
Can you do a text search in your folder to look for the function LCD16bpp()?
Maybe you are missing the TouchGFX library (.a file), they should be in Middlewares\ST\touchgfx\lib\core\cortex_m33
Regards,
2024-11-25 06:22 AM
Hello @George.P ,
Have you been able to move forward on your issue?
Regards,
2024-11-25 10:53 PM
Hello, @GaetanGodart,
Thank you for your feedback.
Why do you set the buffer location to "By address" instead of "By allocation". We usually recommend using "By allocation".
No specific reason, I just wanted to make sure the buffer is properly allocated, without searching the generated code for the buffer's location. I'll try it next time to see how it behaves.
I haven't touched the project since my last message a month ago. I'll update once I do so.
Thanks again.
Best regards,
2024-11-26 08:01 AM
Ok no problem! :smiling_face_with_smiling_eyes:
Regards,