2020-06-17 05:43 PM
environment:
STM32CubeIDE Ver 1.3.0
STM32CubeMX Ver 5.5.0
TouchGFX Ver 4.13.0
Load the project created with TouchGFX in the IDE.
How can I change main.c to main.cpp and let the IDE understand?
Thank you.
Solved! Go to Solution.
2020-06-17 11:59 PM
Because it's usually inside Core/Src
2020-06-17 06:05 PM
Was self resolved.
Main.c can be seen in Application\User on the IDE, so rename it on the IDE.
But actually there is no main.c in the User folder.
Why is main.c visible in the User folder on the IDE?
2020-06-17 11:59 PM
Because it's usually inside Core/Src
2020-06-18 12:04 AM
Hi, Martin
I understand.
Thank you very much.
2020-06-18 12:08 AM
No problem! :)
/Martin