2019-05-20 05:53 AM
Hi all,
I tried to start a new project (from zero) in STM32CubeIDE with STM32F746DISCO board base, but I get errors in TouchGFX Generation Code when I Execute from CubeIDE, in the begginings...
I could get working the new STM32CubeIDE and TouchGFX importing my working code from TrueStudio, but starting from zero no..
Any tip about this error or about the new IDE?
2019-05-20 11:54 PM
Hi @eng23,
There are issues, as you've noticed, with CubeIDE and it's integration with TouchGFX. I'm going to write a short post on the issues we've seen that are pretty general and should help you reach a project that can compile (CubeIDE side) and also generate code (TouchGFX designer, the error you've posted).
I'll update this ticket once i'm done. It's on the top of my list today.
/Martin
2019-05-21 12:55 AM
Hi again,
Take a look at this quick guide / brief introduction and let me know what you think.
Best regards,
Martin
2019-05-21 11:03 AM
Hello @Martin KJELDSEN ,
Thanks for reply.
With your tips I could get compile! For me the problem was the PostGenerateCommand from TouchGFX, removing this everything works!
I have only one configuration that need to be different from your steps, but I will show in the other topic to concentrate there.
Thanks for your help as always!
Best Regards,
Anderson
2019-05-22 02:13 AM
Hi @eng23,
No problem. That's great news!
/Martin