2020-09-03 06:38 AM
I have found these steps to solve it: https://www.youtube.com/watch?v=12KXreXaLp0&t=350s
But, is it not an easier way to do it? Thanks for your help!!!
2020-09-07 05:05 AM
Hello,
What do you mean by easier ?
If it is regarding the difficulty of setting the peripherals by going through the different tabs and enable the necessary peripherals before generating code, no there's none.
If it is the CubeIDE integration with the ioc file that is not very easy, then I suggest you to use the software CubeMX to modify the ioc file instead of using CubeIDE for this. I personally prefer by far using CubeMX over CubeIDE for peripherals configuration.
/Alexandre
2020-09-08 01:41 AM
Hi @GAuye ,
you do not need to use the way described in the video. You can create project in TouchGFX and then from STM CubeIDE: File - Open project from file system and select directory. Then navigate to TouchGFXProjects/YourProject/STM32CubeIDE then your project is imported into CubeIDE with .ioc file and you can start to edit it.
Best regards Jan.
2020-09-10 04:49 AM
Hello jP, thanks for your answer, you are right, I have tested (after lots of trials) in this way (without changing any name) and it is working... I have edited the .ioc using CubeMX but I will try to use IDE also to edit the ioc... by the way, Is there any good guide to undestand the interface between the panel and the hardware you recommend? Thanks for your advice...
2020-09-10 06:12 AM
There are some tutorials: https://www.youtube.com/watch?v=bCppZf8FKYg , https://www.youtube.com/watch?v=FUrSUgBVzWY , https://www.youtube.com/watch?v=jQO7zhX0e0Q
It could help you a bit.
2020-09-10 05:08 PM
Thank you... It seems not so easy... Lets start and see... Thank you again...