2022-03-17 06:34 AM
I have tried using an ioc file from a project just made in the STM32CubeIDE for the STM32H7B3I and it still didn't work. Not sure if it is a tool issue or a version issue or what. If I can't get this to work for this board are there any recommended boards that TouchGFX 100% supports? I dont care about form factor or anything I just need A GUI for my project. I have touchgfx version 4.18.1 and STM32CubeIDE version 1.8.0
2022-03-18 02:59 AM
Hello @DRowe.2 ,
You ca refer to the following application provided under our H7 firmware package:
I hope this helps.
BeST Regards,
Walid
2022-03-18 03:10 AM
Hello DRowe.2,
That's strange, I just tried it out, and the ioc file is well generated (I've used the same version of your softwares).
This is the steps I've done :
1) File>New>STM32Project
2) Board Selector > Select STM32H7B3I-DK > Next
3) Enter Project Name >Select C++ in Target Language > Finish
Check on your project path, the ioc file should be there.
OR what you can do is to create your project in TouchGFX Designer directly :
1) Create in left panel > Type H7B3 in the search bar > Select the STM32H7B3I-DK > Click create button on bottom right
2) Click on Files at bottom left, navigate to your application parent folder
You should see the ioc file generated.
Hope this help :)
/Osman