We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am trying to import .cpp file to stm32f103c8 CubeMX project. I have a CPP file I want to import to keil. How can I compile CPP and C files at the same time on Keil. Can I do that?
I want to use the HAL library also I have one cpp file. I couldn't figure out how compiler settings should be.
Thank you for your help.
winterGrey said:How can I compile CPP and C files at the same time on Keil.
exactly the same way you'd do it in any other environment.
Only last week:
community.arm.com/.../combining-c-and-c-libraries
Thank you, Andy I will try the recommendations.